The name needs to be changed to create new layers. In this case because the layer name already exists, then it can only replace it.
Changing the name would work, or using Cache Names with Branch Naming option are two ways to change the name of the layer. Content Cache Name Guide
There are a series of objects in Rhino that must have unique names. Most of them are in Tables in the header of the model. Blocks, Layers, LineTypes, Annotation styles, etc…
Once I have baked once, and created the layers, I don’t want to create new layers anymore.
I assigned some V-Ray material to the layer manually, and then when using bake again it deletes the material I just added (because its replacing the layer all over again).
I guess I could add an IF/OR gateway, meaning if it finds layers on the Rhino document make this, and if not create the layers.
This is how I would do it. Once it is committed to the Rhino doc, then use the existing ID, from the result of the Bake component, to update the existing layer instead of overwriting it with a new Bake.
Yeah, this could be good. There are some layer settings (namely section styles) that I can’t access in GH so I usually create the layers in Rhino first with the settings I want and then pull them in.