Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordigitalfrost <gerald.hofmaier@gmail.com>2022-08-12 10:27:17 +0300
committerGitHub <noreply@github.com>2022-08-12 10:27:17 +0300
commitf9f7aae908b0235eda48db529cf27d1a9c06b9b9 (patch)
tree66c1f8cedbb283b94670796d3ff742b91a6ab1c4 /docs/profiles
parent22867d6984fdedde813c9f22b53a7d70b189df9d (diff)
Use italics for "unused by Cura"
Use italics to emphasize "This is currently unused by Cura".
Diffstat (limited to 'docs/profiles')
-rw-r--r--docs/profiles/setting_properties.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/profiles/setting_properties.md b/docs/profiles/setting_properties.md
index 99eb814721..71cbe69155 100644
--- a/docs/profiles/setting_properties.md
+++ b/docs/profiles/setting_properties.md
@@ -58,15 +58,15 @@ Each setting in Cura has a number of properties. It's not just a key and a value
If it's not, this will be treated as a setting error and Cura will not allow the user to slice.
Only applies to string-type settings.
* `warning_description` (optional string): A warning message to display when the setting has a warning value.
- This is currently unused by Cura.
+ *This is currently unused by Cura.*
* `error_description` (optional string): An error message to display when the setting has an error value.
- This is currently unused by Cura.
+ *This is currently unused by Cura.*
* `options` (dictionary): A list of values that the user can choose from.
The keys of this dictionary are keys that CuraEngine identifies the option with.
The values are human-readable strings and will be translated.
Only applies to (and only required for) enum-type settings.
* `comments` (optional string): Comments to other programmers about the setting.
- This is not used by Cura.
+ *This is not used by Cura.*
* `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.
Only applies to string-type settings.