mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 16:57:51 -06:00
settings_properties.md: correct indentation
Correct indentation and fix and inconsistent use of "unused by Cura"
This commit is contained in:
parent
56f5d6b60d
commit
a40b0da63d
1 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue