Take minimum of all build volume temperature values

According to the Materials and Processing team here, this is better because it guarantees that the coldest of your materials won't sag.

Contributes to issue CURA-6514.
This commit is contained in:
Ghostkeeper 2019-05-13 17:10:51 +02:00
parent 36ddf2f018
commit 2e93948c84
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -2062,8 +2062,8 @@
"description": "The temperature used for build volume. If this is 0, the build volume temperature will not be adjusted.",
"unit": "°C",
"type": "float",
"default_value": 0,
"resolve": "max(extruderValues('build_volume_temperature'))",
"default_value": 35,
"resolve": "min(extruderValues('build_volume_temperature'))",
"minimum_value": "-273.15",
"minimum_value_warning": "0",
"maximum_value_warning": "285",