mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-17 22:05:55 +08: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
@ -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.",
|
"description": "The temperature of the environment to print in. If this is 0, the build volume temperature will not be adjusted.",
|
||||||
"unit": "°C",
|
"unit": "°C",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 35,
|
"default_value": 0,
|
||||||
"resolve": "min(extruderValues('build_volume_temperature'))",
|
"resolve": "min(extruderValues('build_volume_temperature'))",
|
||||||
"minimum_value": "-273.15",
|
"minimum_value": "-273.15",
|
||||||
"minimum_value_warning": "0",
|
"minimum_value_warning": "0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user