Hide the bed temperature for UMO

The standard UMO has no heated bed, so do not show the setting for it.
This commit is contained in:
Arjen Hiemstra 2015-06-19 13:22:24 +02:00
parent 6ef82c57b6
commit 5680c889f8

View file

@ -20,5 +20,15 @@
"machine_nozzle_offset_x_1": { "default": 18.0 },
"machine_nozzle_offset_y_1": { "default": 0.0 },
"machine_gcode_flavor": { "default": "RepRap (Marlin/Sprinter)" }
},
"categories": {
"material": {
"settings": {
"material_bed_temperature": {
"visible": false
}
}
}
}
}