mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue