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:
Jelle Spijker 2023-06-06 15:14:14 +02:00 committed by GitHub
parent 8b5192c047
commit 4a3c3155cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 @@
}
}
}
}
}