mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-15 05:38:02 +08:00
fix: topmost_skin_extruder_nr enabled function (CURA-3940)
This commit is contained in:
parent
89cafc867e
commit
7b56ba41b1
@ -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":
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user