mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 12:05:54 +08:00
Add setting: Minimum slope steepness for stair-stepping.
part of fixing CURA-6989 (and tickets such as CURA-6747)
This commit is contained in:
parent
a38fac9e67
commit
637f14fdad
@ -4474,6 +4474,19 @@
|
|||||||
"enabled": "support_enable or support_meshes_present",
|
"enabled": "support_enable or support_meshes_present",
|
||||||
"settable_per_mesh": true
|
"settable_per_mesh": true
|
||||||
},
|
},
|
||||||
|
"support_bottom_stair_step_min_slope":
|
||||||
|
{
|
||||||
|
"label": "Support Stair Step Minimum Slope Angle",
|
||||||
|
"description": "The minimum slope of the area for stair-stepping to take effect. Low values should make support easier to remove on shallower slopes, but really low values may result in some very counter-intuitive results on other parts of the model.",
|
||||||
|
"unit": "°",
|
||||||
|
"type": "float",
|
||||||
|
"default_value": 10.0,
|
||||||
|
"limit_to_extruder": "support_bottom_extruder_nr if support_bottom_enable else support_infill_extruder_nr",
|
||||||
|
"minimum_value": "0.01",
|
||||||
|
"maximum_value": "89.99",
|
||||||
|
"enabled": "support_enable or support_meshes_present",
|
||||||
|
"settable_per_mesh": true
|
||||||
|
},
|
||||||
"support_join_distance":
|
"support_join_distance":
|
||||||
{
|
{
|
||||||
"label": "Support Join Distance",
|
"label": "Support Join Distance",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user