mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-14 07:48:03 +08: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
@ -4587,18 +4587,15 @@
|
|||||||
"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",
|
"description": "Smooth the spiralized contours to reduce the visibility of the Z seam (the Z-seam should be barely visible on the print but will still be visible in the layer view). Note that smoothing will tend to blur fine surface details.",
|
||||||
"description": "Smooth the spiralized contours to reduce the visibility of the Z seam (the Z-seam should be barely visible on the print but will still be visible in the layer view). Note that smoothing will tend to blur fine surface details.",
|
"type": "bool",
|
||||||
"type": "bool",
|
"default_value": true,
|
||||||
"default_value": true,
|
"enabled": "magic_spiralize"
|
||||||
"enabled": "magic_spiralize"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user