Add setting: Minimum slope steepness for stair-stepping.

part of fixing CURA-6989 (and tickets such as CURA-6747)
This commit is contained in:
Remco Burema 2020-06-11 19:46:25 +02:00
parent a38fac9e67
commit 637f14fdad
No known key found for this signature in database
GPG Key ID: 215C49431D43F98C

View File

@ -4474,6 +4474,19 @@
"enabled": "support_enable or support_meshes_present",
"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":
{
"label": "Support Join Distance",