Clarify description of what happens if bed temperature is 0

A bit more accurate.

Fixes #8460.
This commit is contained in:
Ghostkeeper 2020-10-02 13:31:57 +02:00
parent ecf32a261e
commit cd683bdcb6
No known key found for this signature in database
GPG Key ID: D2A8871EE34EC59A

View File

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