Replace category stuff with the new setting overrides

As a test for the new functionality. Also cleans up the file a little.
This commit is contained in:
Arjen Hiemstra 2015-08-17 15:06:28 +02:00
parent 82e4f04e27
commit f9bf27c148

View File

@ -100,22 +100,10 @@
"machine_nozzle_expansion_angle": { "default": 45 }
},
"categories": {
"material": {
"settings": {
"material_print_temperature": {
"visible": false
},
"material_bed_temperature": {
"visible": false
},
"material_diameter": {
"visible": false
},
"material_flow": {
"visible": false
}
}
}
"overrides": {
"material_print_temperature": { "visible": false },
"material_bed_temperature": { "visible": false },
"material_diameter": { "visible": false },
"material_flow": { "visible": false }
}
}