Add setting to tweak collision area sampling resolution

Because this can make a lot of difference for the slice time and the stability of the support.

Contributes to issue CURA-4523.
This commit is contained in:
Ghostkeeper 2017-11-15 16:00:42 +01:00
parent 7c85b222b2
commit fc187d100a
No known key found for this signature in database
GPG Key ID: 5252B696FB5E7C7A

View File

@ -3722,6 +3722,22 @@
"settable_per_mesh": false, "settable_per_mesh": false,
"settable_per_extruder": true "settable_per_extruder": true
}, },
"support_tree_collision_resolution":
{
"label": "Tree Support Collision Resolution",
"description": "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically.",
"unit": "mm",
"type": "float",
"minimum_value": "0.001",
"minimum_value_warning": "support_line_width / 4",
"maximum_value_warning": "support_line_width * 2",
"default_value": 0.4,
"value": "support_line_width",
"limit_to_extruder": "support_infill_extruder_nr",
"enabled": "support_tree_enable and support_tree_branch_diameter_angle > 0",
"settable_per_mesh": false,
"settable_per_extruder": true
},
"support_tree_wall_thickness": "support_tree_wall_thickness":
{ {
"label": "Tree Support Wall Thickness", "label": "Tree Support Wall Thickness",