mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Increase warning temperature for initial layer as well
It was already changed for normal printing temperature. Contributes to issue CURA-3433.
This commit is contained in:
parent
8a8b97d371
commit
17e1fdf7a6
1 changed files with 1 additions and 1 deletions
|
@ -1300,7 +1300,7 @@
|
|||
"value": "material_print_temperature",
|
||||
"minimum_value": "-273.15",
|
||||
"minimum_value_warning": "0",
|
||||
"maximum_value_warning": "260",
|
||||
"maximum_value_warning": "270",
|
||||
"enabled": "machine_gcode_flavor != \"UltiGCode\"",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue