Bind Top Surface Skin Layers value to Top Surface Skin Extruder

CURA-5563

Otherwise, if you set the layers to 2 for extruder 1 and use extruder 2
for Top Surface Skin, it will use the Top Surface Skin Layers value from
extruder 2, which is most likely 0, and no top surface skin layers will
be printed.
This commit is contained in:
Lipu Fei 2018-07-26 13:52:51 +02:00
parent e8f095f245
commit 9584b8c579

View file

@ -1074,7 +1074,7 @@
"maximum_value_warning": "top_layers - 1",
"type": "int",
"value": "0",
"limit_to_extruder": "roofing_extruder_nr",
"limit_to_extruder": "top_bottom_extruder_nr",
"settable_per_mesh": true,
"enabled": "top_layers > 0"
},