mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-17 02:36:02 +08:00
Move support structure (normal, tree) out of experimental
CURA-6711
This commit is contained in:
parent
0d4ed17ad3
commit
242caca0de
@ -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":
|
"support_type":
|
||||||
{
|
{
|
||||||
"label": "Support Placement",
|
"label": "Support Placement",
|
||||||
@ -6207,20 +6221,6 @@
|
|||||||
"description": "Features that haven't completely been fleshed out yet.",
|
"description": "Features that haven't completely been fleshed out yet.",
|
||||||
"children":
|
"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":
|
"support_tree_angle":
|
||||||
{
|
{
|
||||||
"label": "Tree Support Branch Angle",
|
"label": "Tree Support Branch Angle",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user