Do not hide the entire material category for UM2 but just the unused settings

Fixes #55
This commit is contained in:
Arjen Hiemstra 2015-06-19 13:19:03 +02:00
parent 86dae6768f
commit 6ef82c57b6

View file

@ -38,7 +38,20 @@
"categories": {
"material": {
"visible": false
"settings": {
"material_print_temperature": {
"visible": false
},
"material_bed_temperature": {
"visible": false
},
"material_diameter": {
"visible": false
},
"material_flow": {
"visible": false
}
}
}
}
}