mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
Fit 'Tree Support Rest Preference' description to behaviour.
CURA-10463
This commit is contained in:
parent
a07b0bc183
commit
cf6cbafb25
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue