mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 04:37:51 -06:00
fix: topmost_skin_extruder_nr enabled function (CURA-3940)
This commit is contained in:
parent
89cafc867e
commit
7b56ba41b1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue