mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 04:19:03 +08:00
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:
parent
6ef82c57b6
commit
5680c889f8
@ -20,5 +20,15 @@
|
|||||||
"machine_nozzle_offset_x_1": { "default": 18.0 },
|
"machine_nozzle_offset_x_1": { "default": 18.0 },
|
||||||
"machine_nozzle_offset_y_1": { "default": 0.0 },
|
"machine_nozzle_offset_y_1": { "default": 0.0 },
|
||||||
"machine_gcode_flavor": { "default": "RepRap (Marlin/Sprinter)" }
|
"machine_gcode_flavor": { "default": "RepRap (Marlin/Sprinter)" }
|
||||||
|
},
|
||||||
|
|
||||||
|
"categories": {
|
||||||
|
"material": {
|
||||||
|
"settings": {
|
||||||
|
"material_bed_temperature": {
|
||||||
|
"visible": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user