mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
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:
parent
bb49acbb7f
commit
40169809bc
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue