mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 04:59:05 +08: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
@ -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…
x
Reference in New Issue
Block a user