mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 01:07:52 -06:00
JSON fix: magic_spiralize had child setting (CURA-3771)
it shouldn't have a child setting because that child is not the underlying setting used by the engine. Parent settings are frontend-only settings which are merely used to let the user edit multiple leaf settings at once.
This commit is contained in:
parent
2b1ca54227
commit
4abcc8b3f1
1 changed files with 9 additions and 12 deletions
|
@ -4587,9 +4587,8 @@
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"default_value": false,
|
"default_value": false,
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
"settable_per_extruder": false,
|
"settable_per_extruder": false
|
||||||
"children":
|
},
|
||||||
{
|
|
||||||
"smooth_spiralized_contours":
|
"smooth_spiralized_contours":
|
||||||
{
|
{
|
||||||
"label": "Smooth Spiralized Contours",
|
"label": "Smooth Spiralized Contours",
|
||||||
|
@ -4599,8 +4598,6 @@
|
||||||
"enabled": "magic_spiralize"
|
"enabled": "magic_spiralize"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"experimental":
|
"experimental":
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue