mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
Default value and overrides category
The settings must be in the 'overrides' category, not in the 'settings' category. Also, define a default value rather than a value. Contributes to issue CURA-1278.
This commit is contained in:
parent
caa108c3cf
commit
dc82a90047
4 changed files with 22 additions and 30 deletions
|
@ -43,9 +43,6 @@
|
|||
"machine_gcode_flavor": {
|
||||
"default_value": "RepRap"
|
||||
},
|
||||
"machine_platform_offset": {
|
||||
"default_value": [ 0, -82, 0 ]
|
||||
},
|
||||
"layer_height": {
|
||||
"default_value": 0.2
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue