mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Move support structure (normal, tree) out of experimental
CURA-6711
This commit is contained in:
parent
0d4ed17ad3
commit
242caca0de
1 changed files with 14 additions and 14 deletions
|
@ -4172,6 +4172,20 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"support_structure":
|
||||
{
|
||||
"label": "Support Structure",
|
||||
"description": "Generate a tree-like support ",
|
||||
"type": "enum",
|
||||
"options":
|
||||
{
|
||||
"normal": "Normal",
|
||||
"tree": "Tree"
|
||||
},
|
||||
"default_value": "normal",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": false
|
||||
},
|
||||
"support_type":
|
||||
{
|
||||
"label": "Support Placement",
|
||||
|
@ -6207,20 +6221,6 @@
|
|||
"description": "Features that haven't completely been fleshed out yet.",
|
||||
"children":
|
||||
{
|
||||
"support_structure":
|
||||
{
|
||||
"label": "Support Structure",
|
||||
"description": "Generate a tree-like support ",
|
||||
"type": "enum",
|
||||
"options":
|
||||
{
|
||||
"normal": "Normal",
|
||||
"tree": "Tree"
|
||||
},
|
||||
"default_value": "normal",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": false
|
||||
},
|
||||
"support_tree_angle":
|
||||
{
|
||||
"label": "Tree Support Branch Angle",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue