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:
Ghostkeeper 2017-12-18 09:57:03 +01:00
parent 948301c531
commit 2451e90370
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A

View file

@ -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,