mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 05:41:05 -07:00
Improve stylistic consistency
Always use "This is currently unused by Cura" so that the settings descriptions are more coherent.
This commit is contained in:
parent
f9f7aae908
commit
56f5d6b60d
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ Each setting in Cura has a number of properties. It's not just a key and a value
|
||||||
The values are human-readable strings and will be translated.
|
The values are human-readable strings and will be translated.
|
||||||
Only applies to (and only required for) enum-type settings.
|
Only applies to (and only required for) enum-type settings.
|
||||||
* `comments` (optional string): Comments to other programmers about the setting.
|
* `comments` (optional string): Comments to other programmers about the setting.
|
||||||
*This is not used by Cura.*
|
*This is currently unused by Cura.*
|
||||||
* `is_uuid` (optional boolean): Whether or not this setting indicates a UUID-4.
|
* `is_uuid` (optional boolean): Whether or not this setting indicates a UUID-4.
|
||||||
If it is, the setting will indicate an error if it's not in the correct format.
|
If it is, the setting will indicate an error if it's not in the correct format.
|
||||||
Only applies to string-type settings.
|
Only applies to string-type settings.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue