mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 10:45:54 +08: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
@ -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…
x
Reference in New Issue
Block a user