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:
Ghostkeeper 2016-05-17 16:14:12 +02:00
parent caa108c3cf
commit dc82a90047
4 changed files with 22 additions and 30 deletions

View file

@ -43,9 +43,6 @@
"machine_gcode_flavor": {
"default_value": "RepRap"
},
"machine_platform_offset": {
"default_value": [0, -82, 0]
},
"layer_height": {
"default_value": 0.2
},