fix: topmost_skin_extruder_nr enabled function (CURA-3940)

This commit is contained in:
Tim Kuipers 2017-07-14 14:53:28 +02:00
parent 89cafc867e
commit 7b56ba41b1

View File

@ -955,7 +955,7 @@
"settable_per_extruder": false,
"settable_per_meshgroup": true,
"settable_globally": true,
"enabled": "machine_extruder_count > 1"
"enabled": "machine_extruder_count > 1 and topmost_skin_layer_count > 0 and top_layers > 0"
},
"topmost_skin_layer_count":
{