From 8d2083a539fccb157b15ea2c8bffac98a5378288 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Tue, 24 Dec 2019 10:54:51 +0100 Subject: [PATCH] Add temp warnings for the buildplate CURA-6977 --- resources/definitions/ultimaker.def.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/resources/definitions/ultimaker.def.json b/resources/definitions/ultimaker.def.json index aec7907dbe..7a60ff35c8 100644 --- a/resources/definitions/ultimaker.def.json +++ b/resources/definitions/ultimaker.def.json @@ -17,7 +17,12 @@ "minimum_value": "0" }, "material_bed_temperature": { - "minimum_value": "0" + "minimum_value": "0", + "maximum_value_warning": "125" + }, + "material_bed_temperature_layer_0": + { + "maximum_value_warning": "125" }, "material_standby_temperature": { "minimum_value": "0"