From 9ecfd5510a6f5e97645e061eaeaa84e5395dd49e Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 24 Nov 2017 10:42:09 +0100 Subject: [PATCH] Clarify description for when bed temperature is 0 Fixes #2674. --- resources/definitions/fdmprinter.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 88ec34274e..0d0bc9dea1 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1966,7 +1966,7 @@ "material_bed_temperature": { "label": "Build Plate Temperature", - "description": "The temperature used for the heated build plate. If this is 0, the bed will not heat up for this print.", + "description": "The temperature used for the heated build plate. If this is 0, the bed temperature will not be adjusted.", "unit": "°C", "type": "float", "resolve": "max(extruderValues('material_bed_temperature'))",