From 9a480ac041faaa12d33d9ea3578630e7346d367d Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Thu, 16 Feb 2017 13:55:09 +0100 Subject: [PATCH] Change description of temperature settings to prevent confusion The term 'pre-heat' is now reserved for the actual pre-heating functionality. Contributes to issue CURA-3161. --- 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 332aacf194..68f8040df9 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1278,7 +1278,7 @@ "material_print_temperature": { "label": "Printing Temperature", - "description": "The temperature used for printing. Set at 0 to pre-heat the printer manually.", + "description": "The temperature used for printing. If this is 0, the extruder will not heat up for this print.", "unit": "°C", "type": "float", "default_value": 210, @@ -1365,7 +1365,7 @@ "material_bed_temperature": { "label": "Build Plate Temperature", - "description": "The temperature used for the heated build plate. Set at 0 to pre-heat the printer manually.", + "description": "The temperature used for the heated build plate. If this is 0, the bed will not heat up for this print.", "unit": "°C", "type": "float", "resolve": "max(extruderValues('material_bed_temperature'))",