mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
Increase default resolution for tree support
Otherwise you get lines falling completely next to the previous layer. Contributes to issue CURA-4523.
This commit is contained in:
parent
948301c531
commit
2451e90370
1 changed files with 1 additions and 1 deletions
|
@ -3869,7 +3869,7 @@
|
|||
"minimum_value_warning": "support_line_width / 4",
|
||||
"maximum_value_warning": "support_line_width * 2",
|
||||
"default_value": 0.4,
|
||||
"value": "support_line_width",
|
||||
"value": "support_line_width / 2",
|
||||
"limit_to_extruder": "support_infill_extruder_nr",
|
||||
"enabled": "support_tree_enable and support_tree_branch_diameter_angle > 0",
|
||||
"settable_per_mesh": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue