mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 04:39:02 +08:00
Don't set the Max Branch Angle beyond nominal values by default.
Otherwise, for example, a support angle of 90 can cause this setting to block slicing, since it will be beyond its maximum value. CURA-10553
This commit is contained in:
parent
bbe2fb4b8d
commit
0bc3556c97
@ -4573,7 +4573,7 @@
|
||||
"maximum_value": "89",
|
||||
"maximum_value_warning": "85",
|
||||
"default_value": 60,
|
||||
"value": "support_angle",
|
||||
"value": "max(min(support_angle, 85), 20)",
|
||||
"limit_to_extruder": "support_infill_extruder_nr",
|
||||
"enabled": "support_enable and support_structure=='tree'",
|
||||
"settable_per_mesh": true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user