Move support structure (normal, tree) out of experimental

CURA-6711
This commit is contained in:
Nino van Hooff 2020-07-17 09:55:44 +02:00
parent 0d4ed17ad3
commit 242caca0de

View file

@ -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",