mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 11:25:57 +08:00
Fit 'Tree Support Rest Preference' description to behaviour.
CURA-10463
This commit is contained in:
parent
a07b0bc183
commit
cf6cbafb25
@ -4779,12 +4779,12 @@
|
||||
"support_tree_rest_preference":
|
||||
{
|
||||
"label": "Tree Support Rest Preference",
|
||||
"description": "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere",
|
||||
"description": "The preferred placement of the support structures. If structures can't be placed at the preferred location, they will be place elsewhere, even if that means placing them on the model.",
|
||||
"type": "enum",
|
||||
"options":
|
||||
{
|
||||
"buildplate": "Buildplate",
|
||||
"graceful": "On any flat surface"
|
||||
"buildplate": "Force Only Buildplate",
|
||||
"graceful": "On Model If Necessary"
|
||||
},
|
||||
"default_value": "buildplate",
|
||||
"value": "'buildplate' if support_type == 'buildplate' else 'graceful'",
|
||||
|
Loading…
x
Reference in New Issue
Block a user