mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-14 04:11:48 +08:00
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:
parent
7c85b222b2
commit
fc187d100a
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user