mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 10:09:02 +08:00
Fix limit to extruder for support infill angle
CURA-6529
This commit is contained in:
parent
4e65232364
commit
584a101902
@ -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…
x
Reference in New Issue
Block a user