mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2024-12-22 11:03:48 +01:00
Bed size settings
This commit is contained in:
parent
556b587059
commit
6db142eeaa
@ -84,6 +84,18 @@ M.printer_type = {
|
||||
return printers[value] ~= nil
|
||||
end
|
||||
}
|
||||
M.printer_bed_width = {
|
||||
default = 220,
|
||||
type = 'int',
|
||||
description = '',
|
||||
min = 0
|
||||
}
|
||||
M.printer_bed_height = {
|
||||
default = 220,
|
||||
type = 'int',
|
||||
description = '',
|
||||
min = 0
|
||||
}
|
||||
|
||||
M.printer_baudrate = {
|
||||
default = '115200',
|
||||
|
Loading…
Reference in New Issue
Block a user