mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2024-12-21 18:43:48 +01:00
set default printing temperature to 210 instead of 230 degrees
This commit is contained in:
parent
a5f3ff92cf
commit
18271618f7
@ -262,7 +262,7 @@ M.printer_baudrate = {
|
||||
}
|
||||
|
||||
M.printer_temperature = {
|
||||
default = 230,
|
||||
default = 210,
|
||||
type = 'int',
|
||||
description = 'printing temperature',
|
||||
min = 0
|
||||
|
Loading…
Reference in New Issue
Block a user