mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2024-12-22 11:03:48 +01:00
Added Builder3D printers to supported printers
This commit is contained in:
parent
6e6dd1a108
commit
d032b85b61
@ -126,6 +126,8 @@ M.printer_dimensions_y = {
|
|||||||
M.printer_dimensions_z = {
|
M.printer_dimensions_z = {
|
||||||
default = 200,
|
default = 200,
|
||||||
default_minifactory = 155,
|
default_minifactory = 155,
|
||||||
|
default_builder3d = 400,
|
||||||
|
default_bigbuilder3d = 900,
|
||||||
subSection = 'printer_type',
|
subSection = 'printer_type',
|
||||||
type = 'int',
|
type = 'int',
|
||||||
description = '',
|
description = '',
|
||||||
|
@ -45,6 +45,8 @@ local SUPPORTED_PRINTERS = {
|
|||||||
tantillus = "Tantillus",
|
tantillus = "Tantillus",
|
||||||
vision_3d_printer = "Vision 3D Printer",
|
vision_3d_printer = "Vision 3D Printer",
|
||||||
minifactory = "miniFactory",
|
minifactory = "miniFactory",
|
||||||
|
builder3d = "Builder 3D",
|
||||||
|
bigbuilder3d = "Big Builder 3D",
|
||||||
marlin_generic = "Generic Marlin Printer",
|
marlin_generic = "Generic Marlin Printer",
|
||||||
makerbot_generic = "Generic Makerbot Printer"
|
makerbot_generic = "Generic Makerbot Printer"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user