mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
JSON description fix: warn users when not to use spiralize (CURA-3636)
This commit is contained in:
parent
ccda155882
commit
635b97a961
1 changed files with 1 additions and 1 deletions
|
|
@ -4571,7 +4571,7 @@
|
||||||
"magic_spiralize":
|
"magic_spiralize":
|
||||||
{
|
{
|
||||||
"label": "Spiralize Outer Contour",
|
"label": "Spiralize Outer Contour",
|
||||||
"description": "Spiralize smooths out the Z move of the outer edge. This will create a steady Z increase over the whole print. This feature turns a solid model into a single walled print with a solid bottom. This feature used to be called Joris in older versions.",
|
"description": "Spiralize smooths out the Z move of the outer edge. This will create a steady Z increase over the whole print. This feature turns a solid model into a single walled print with a solid bottom. This feature should only be enabled when each layer only contains a single part.",
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"default_value": false,
|
"default_value": false,
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue