Set the default build plate temperature to 0

All third-party materials that didn't fill in a value for this build volume temperature will then default to 0 which causes the printer to go into a safe mode that doesn't melt the plastic or anything.

Contributes to issue CURA-6652.
This commit is contained in:
Ghostkeeper 2019-07-10 15:59:05 +02:00
parent bb49acbb7f
commit 40169809bc
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -2063,7 +2063,7 @@
"description": "The temperature of the environment to print in. If this is 0, the build volume temperature will not be adjusted.",
"unit": "°C",
"type": "float",
"default_value": 35,
"default_value": 0,
"resolve": "min(extruderValues('build_volume_temperature'))",
"minimum_value": "-273.15",
"minimum_value_warning": "0",