mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
improve number of iterations
CURA-10685
This commit is contained in:
parent
e5fef5ba4b
commit
6870a3bce4
2 changed files with 5 additions and 5 deletions
|
@ -4488,7 +4488,7 @@
|
|||
"type": "extruder",
|
||||
"default_value": "0",
|
||||
"enabled": "(support_enable or support_meshes_present) and extruders_enabled_count > 1",
|
||||
"value": "int(defaultExtruderPosition())",
|
||||
"value": "int(anyExtruderNrWithOrDefault('material_is_support_material'))",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": false,
|
||||
"children":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue