mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Update rest preference label
Rest Preference "Force Only Buildplate" can be "On Buildplate when possible", Because Support can be created everywhere but as much as possible starting from the buildplate and in some case we can have some support starting from the model.. "On Model If Necessary" can be "On Model If required", Because support can be created everywhere and if required you can have support starting on the model. And Sometimes Required means they start on the model because you have more direct or simple support if you start on the model. As suggested by @5axes
This commit is contained in:
parent
8b5192c047
commit
4a3c3155cf
1 changed files with 3 additions and 3 deletions
|
@ -4765,8 +4765,8 @@
|
|||
"type": "enum",
|
||||
"options":
|
||||
{
|
||||
"buildplate": "Force Only Buildplate",
|
||||
"graceful": "On Model If Necessary"
|
||||
"buildplate": "On buildplate when possible",
|
||||
"graceful": "On model if required"
|
||||
},
|
||||
"default_value": "buildplate",
|
||||
"value": "'buildplate' if support_type == 'buildplate' else 'graceful'",
|
||||
|
@ -8119,4 +8119,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue