mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 04:19:03 +08:00
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:
parent
60060db0d5
commit
a41aee98f8
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user