mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Clarify description of what happens if bed temperature is 0
A bit more accurate. Fixes #8460.
This commit is contained in:
parent
ecf32a261e
commit
cd683bdcb6
1 changed files with 2 additions and 2 deletions
|
|
@ -2261,7 +2261,7 @@
|
||||||
"material_bed_temperature":
|
"material_bed_temperature":
|
||||||
{
|
{
|
||||||
"label": "Build Plate 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",
|
"unit": "°C",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 60,
|
"default_value": 60,
|
||||||
|
|
@ -2279,7 +2279,7 @@
|
||||||
"material_bed_temperature_layer_0":
|
"material_bed_temperature_layer_0":
|
||||||
{
|
{
|
||||||
"label": "Build Plate Temperature Initial Layer",
|
"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",
|
"unit": "°C",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"resolve": "max(extruderValues('material_bed_temperature_layer_0'))",
|
"resolve": "max(extruderValues('material_bed_temperature_layer_0'))",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue