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.
This commit is contained in:
Ghostkeeper 2017-02-16 13:55:09 +01:00
parent 2498ee9726
commit 9a480ac041
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75

View File

@ -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'))",