Move tree support to the top of the support category

Because it's logical to have it before all of the settings that are enabled/disabled by it.

Contributes to issue CURA-4523.
This commit is contained in:
Ghostkeeper 2017-11-13 16:33:46 +01:00
parent 4cc895b54b
commit 57a2bf7c5f
No known key found for this signature in database
GPG Key ID: 5252B696FB5E7C7A

View File

@ -3338,6 +3338,14 @@
"settable_per_mesh": true,
"settable_per_extruder": false
},
"support_tree_enable":
{
"label": "Tree Support",
"description": "Generate a tree-like support with branches that support your print. This may reduce material usage and print time.",
"type": "bool",
"default_value": false,
"settable_per_mesh": true
},
"support_extruder_nr":
{
"label": "Support Extruder",
@ -3655,14 +3663,6 @@
"limit_to_extruder": "support_infill_extruder_nr",
"settable_per_mesh": false
},
"support_tree_enable":
{
"label": "Tree Support",
"description": "Generate a tree-like support with branches that support your print. This may reduce material usage and print time.",
"type": "bool",
"default_value": false,
"settable_per_mesh": true
},
"support_tree_angle":
{
"label": "Tree Support Branch Angle",