Remove support_tree_wall_thickness

This setting will not be automatically translated to support_wall_thickness if it's overwritten, because that would require knowing the line width and we don't know that here. So it's hard to do.

Contributes to issue CURA-7077.
This commit is contained in:
Ghostkeeper 2019-12-23 16:07:05 +01:00
parent 50f64ca696
commit a3c5435a1d
No known key found for this signature in database
GPG key ID: 37E2020986774393
2 changed files with 8 additions and 15 deletions

View file

@ -6185,21 +6185,6 @@
"settable_per_mesh": false,
"settable_per_extruder": true
},
"support_tree_wall_thickness":
{
"label": "Tree Support Wall Thickness",
"description": "The thickness of the walls of the branches of tree support. Thicker walls take longer to print but don't fall over as easily.",
"unit": "mm",
"type": "float",
"minimum_value": "0",
"minimum_value_warning": "wall_line_width",
"default_value": 0.8,
"value": "support_line_width",
"limit_to_extruder": "support_infill_extruder_nr",
"enabled": "support_tree_enable",
"settable_per_mesh": false,
"settable_per_extruder": true
},
"slicing_tolerance":
{
"label": "Slicing Tolerance",