mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2024-12-22 02:53:49 +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 = {
|
M.printer_temperature = {
|
||||||
default = 230,
|
default = 210,
|
||||||
type = 'int',
|
type = 'int',
|
||||||
description = 'printing temperature',
|
description = 'printing temperature',
|
||||||
min = 0
|
min = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user