mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
CURA-4461 Add missing keys
This commit is contained in:
parent
d31eaca1b7
commit
342bdda641
1 changed files with 2 additions and 0 deletions
|
|
@ -1985,6 +1985,8 @@
|
||||||
{
|
{
|
||||||
"label": "Default Build Plate Temperature",
|
"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",
|
"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'))",
|
"resolve": "max(extruderValues('default_material_bed_temperature'))",
|
||||||
"default_value": 60,
|
"default_value": 60,
|
||||||
"minimum_value": "-273.15",
|
"minimum_value": "-273.15",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue