From cd683bdcb6d19e9c3af940f6b40db719404af379 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 2 Oct 2020 13:31:57 +0200 Subject: [PATCH] Clarify description of what happens if bed temperature is 0 A bit more accurate. Fixes #8460. --- resources/definitions/fdmprinter.def.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 5ea7833df2..58afc2350e 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -2261,7 +2261,7 @@ "material_bed_temperature": { "label": "Build Plate Temperature", - "description": "The temperature used for the heated build plate. If this is 0, the bed temperature will not be adjusted.", + "description": "The temperature used for the heated build plate. If this is 0, the build plate is left unheated.", "unit": "°C", "type": "float", "default_value": 60, @@ -2279,7 +2279,7 @@ "material_bed_temperature_layer_0": { "label": "Build Plate Temperature Initial Layer", - "description": "The temperature used for the heated build plate at the first layer.", + "description": "The temperature used for the heated build plate at the first layer. If this is 0, the build plate is left unheated during the first layer.", "unit": "°C", "type": "float", "resolve": "max(extruderValues('material_bed_temperature_layer_0'))",