Clarify description for when bed temperature is 0

Fixes #2674.
This commit is contained in:
Ghostkeeper 2017-11-24 10:42:09 +01:00
parent 0b434978dd
commit 9ecfd5510a
No known key found for this signature in database
GPG Key ID: 5252B696FB5E7C7A

View File

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