Add setting for branch diameter

Contributes to issue CURA-4523.
This commit is contained in:
Ruben D 2017-11-08 20:11:49 +01:00
parent 2ce7c91911
commit 380b0ed2e7
No known key found for this signature in database
GPG Key ID: 6B42C9465E304A62

View File

@ -3690,6 +3690,20 @@
"enabled": "support_tree_enable",
"settable_per_mesh": true
},
"support_tree_branch_diameter":
{
"label": "Tree Support Branch Diameter",
"description": "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this.",
"unit": "mm",
"type": "float",
"minimum_value": "0.001",
"minimum_value_warning": "support_line_width * 2",
"default_value": 2,
"limit_to_extruder": "support_infill_extruder_nr",
"enabled": "support_tree_enable",
"settable_per_mesh": false,
"settable_per_extruder": true
},
"support_tree_wall_thickness":
{
"label": "Tree Support Wall Thickness",