From 5680c889f8aa92d25952c18d00d7532821af8d4f Mon Sep 17 00:00:00 2001 From: Arjen Hiemstra Date: Fri, 19 Jun 2015 13:22:24 +0200 Subject: [PATCH] Hide the bed temperature for UMO The standard UMO has no heated bed, so do not show the setting for it. --- resources/settings/ultimaker_original.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/resources/settings/ultimaker_original.json b/resources/settings/ultimaker_original.json index 07be53e46c..ab8f0290a9 100644 --- a/resources/settings/ultimaker_original.json +++ b/resources/settings/ultimaker_original.json @@ -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 + } + } + } } }