settings_properties.md: correct indentation

Correct indentation and fix and inconsistent use of "unused by Cura"
This commit is contained in:
digitalfrost 2022-08-12 09:36:19 +02:00 committed by GitHub
parent 56f5d6b60d
commit a40b0da63d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@ Each setting in Cura has a number of properties. It's not just a key and a value
* `settable_globally` (optional boolean): Whether the setting can be changed globally. * `settable_globally` (optional boolean): Whether the setting can be changed globally.
For some mesh-type settings such as `support_mesh` this doesn't make sense, so those can't be changed globally. They are not displayed in the main settings list then. For some mesh-type settings such as `support_mesh` this doesn't make sense, so those can't be changed globally. They are not displayed in the main settings list then.
* `settable_per_meshgroup` (optional boolean): Whether a setting can be changed per group of meshes. * `settable_per_meshgroup` (optional boolean): Whether a setting can be changed per group of meshes.
Currently unused in Cura. *This is currently unused by Cura.*
* `settable_per_extruder` (optional boolean): Whether a setting can be changed per extruder. * `settable_per_extruder` (optional boolean): Whether a setting can be changed per extruder.
Some settings, like the build plate temperature, can't be adjusted separately for each extruder. An icon is shown in the interface to indicate this. Some settings, like the build plate temperature, can't be adjusted separately for each extruder. An icon is shown in the interface to indicate this.
If the user changes these settings they are stored in the global stack. If the user changes these settings they are stored in the global stack.