mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Set initial bed temperature to be equal to normal
By default. Update from the materials team.
This commit is contained in:
parent
4cf454757f
commit
53ab4955df
1 changed files with 1 additions and 0 deletions
|
|
@ -1333,6 +1333,7 @@
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"resolve": "max(extruderValues('material_bed_temperature_layer_0'))",
|
"resolve": "max(extruderValues('material_bed_temperature_layer_0'))",
|
||||||
"default_value": 60,
|
"default_value": 60,
|
||||||
|
"value": "material_bed_temperature",
|
||||||
"minimum_value": "-273.15",
|
"minimum_value": "-273.15",
|
||||||
"minimum_value_warning": "0",
|
"minimum_value_warning": "0",
|
||||||
"maximum_value_warning": "260",
|
"maximum_value_warning": "260",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue