mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
Merge branch '2.3' of github.com:Ultimaker/Cura
This commit is contained in:
commit
87fc0db543
8 changed files with 27 additions and 10 deletions
|
@ -1171,7 +1171,7 @@
|
|||
"description": "The temperature used for the heated build plate. Set at 0 to pre-heat the printer manually.",
|
||||
"unit": "°C",
|
||||
"type": "float",
|
||||
"resolve": "sum(extruderValues('material_bed_temperature')) / len(extruderValues('material_bed_temperature'))",
|
||||
"resolve": "max(extruderValues('material_bed_temperature'))",
|
||||
"default_value": 60,
|
||||
"minimum_value": "-273.15",
|
||||
"minimum_value_warning": "0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue