mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 22:01:14 -07:00
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:
parent
4cc895b54b
commit
57a2bf7c5f
1 changed files with 8 additions and 8 deletions
|
|
@ -3338,6 +3338,14 @@
|
||||||
"settable_per_mesh": true,
|
"settable_per_mesh": true,
|
||||||
"settable_per_extruder": false
|
"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":
|
"support_extruder_nr":
|
||||||
{
|
{
|
||||||
"label": "Support Extruder",
|
"label": "Support Extruder",
|
||||||
|
|
@ -3655,14 +3663,6 @@
|
||||||
"limit_to_extruder": "support_infill_extruder_nr",
|
"limit_to_extruder": "support_infill_extruder_nr",
|
||||||
"settable_per_mesh": false
|
"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":
|
"support_tree_angle":
|
||||||
{
|
{
|
||||||
"label": "Tree Support Branch Angle",
|
"label": "Tree Support Branch Angle",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue