CURA-4461 Add missing keys

This commit is contained in:
Diego Prado Gesto 2018-01-09 13:54:01 +01:00
parent d31eaca1b7
commit 342bdda641

View file

@ -1985,6 +1985,8 @@
{
"label": "Default Build Plate Temperature",
"description": "The default temperature used for the heated build plate. This should be the \"base\" temperature of a build plate. All other print temperatures should use offsets based on this value",
"unit": "°C",
"type": "float",
"resolve": "max(extruderValues('default_material_bed_temperature'))",
"default_value": 60,
"minimum_value": "-273.15",