mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2024-12-22 02:53:49 +01:00
Added ColiDo printer profiles
This commit is contained in:
parent
09a6c6a928
commit
98c1ba6b8b
@ -112,6 +112,9 @@ M.printer_dimensions_x = {
|
||||
default_ultimaker2go = 120,
|
||||
default_doodle_dream = 120,
|
||||
default_wanhao_duplicator4 = 210,
|
||||
default_colido_2_0_plus = 230,
|
||||
default_colido_x3045 = 300,
|
||||
default_colido_compact = 130,
|
||||
subSection = 'printer_type',
|
||||
type = 'int',
|
||||
description = '',
|
||||
@ -128,6 +131,9 @@ M.printer_dimensions_y = {
|
||||
default_ultimaker2go = 120,
|
||||
default_doodle_dream = 120,
|
||||
default_wanhao_duplicator4 = 140,
|
||||
default_colido_2_0_plus = 150,
|
||||
default_colido_x3045 = 300,
|
||||
default_colido_compact = 130,
|
||||
subSection = 'printer_type',
|
||||
type = 'int',
|
||||
description = '',
|
||||
@ -141,6 +147,10 @@ M.printer_dimensions_z = {
|
||||
default_ultimaker2go = 112,
|
||||
default_doodle_dream = 80,
|
||||
default_wanhao_duplicator4 = 140,
|
||||
default_colido_2_0_plus = 140,
|
||||
default_colido_x3045 = 450,
|
||||
default_colido_compact = 115,
|
||||
default_colido_diy = 170,
|
||||
subSection = 'printer_type',
|
||||
type = 'int',
|
||||
description = '',
|
||||
@ -153,6 +163,9 @@ M.printer_heatedbed = {
|
||||
default_minifactory = true,
|
||||
default_lulzbot_taz_4 = true,
|
||||
default_wanhao_duplicator4 = true,
|
||||
default_colido_2_0_plus = true,
|
||||
default_colido_m2020 = true,
|
||||
default_colido_x3045 = true,
|
||||
subSection = 'printer_type',
|
||||
type = 'bool',
|
||||
description = 'Printer has heated bed',
|
||||
|
@ -54,7 +54,12 @@ local SUPPORTED_PRINTERS = {
|
||||
_3Dison_plus = "3Dison plus",
|
||||
marlin_generic = "Generic Marlin Printer",
|
||||
makerbot_generic = "Generic Makerbot Printer",
|
||||
doodle_dream = "Doodle Dream"
|
||||
doodle_dream = "Doodle Dream",
|
||||
colido_2_0_plus = "ColiDo 2.0plus",
|
||||
colido_m2020 = "ColiDo M2020",
|
||||
colido_x3045 = "ColiDo X3045",
|
||||
colido_compact = "ColiDo Compact",
|
||||
colido_diy = "ColiDo DIY"
|
||||
}
|
||||
local SUPPORTED_BAUDRATES = {
|
||||
["115200"] = "115200 bps",
|
||||
|
Loading…
Reference in New Issue
Block a user