mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 05:41:05 -07:00
Fix limit to extruder for support infill angle
CURA-6529
This commit is contained in:
parent
4e65232364
commit
584a101902
1 changed files with 1 additions and 0 deletions
|
|
@ -3944,6 +3944,7 @@
|
||||||
"maximum_value": "180",
|
"maximum_value": "180",
|
||||||
"default_value": 0,
|
"default_value": 0,
|
||||||
"enabled": "support_enable and support_pattern != 'concentric' and support_infill_rate > 0",
|
"enabled": "support_enable and support_pattern != 'concentric' and support_infill_rate > 0",
|
||||||
|
"limit_to_extruder": "support_infill_extruder_nr",
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
"settable_per_extruder": true
|
"settable_per_extruder": true
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue