Set the value for PLA as the default for build volume temperature

This way, most prints with 3rd party materials and 3rd party printers will be fine. Also, it requires me to change the fewest amount of profiles.

Contributes to issue CURA-6514.
This commit is contained in:
Ghostkeeper 2019-05-13 16:31:33 +02:00
parent 60060db0d5
commit a41aee98f8
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -2063,7 +2063,7 @@
"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,
"default_value": 35,
"resolve": "max(extruderValues('build_volume_temperature'))",
"minimum_value": "-273.15",
"minimum_value_warning": "0",