mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2024-12-22 02:53:49 +01:00
miniFactory support
This commit is contained in:
parent
175f55f854
commit
11f8364e6e
@ -106,6 +106,7 @@ M.printer_dimensions_x = {
|
||||
default_delta_rostockmax = 0,
|
||||
default_deltamaker = 0,
|
||||
default_kossel = 0,
|
||||
default_minifactory = 150,
|
||||
subSection = 'printer_type',
|
||||
type = 'int',
|
||||
description = '',
|
||||
@ -116,6 +117,7 @@ M.printer_dimensions_y = {
|
||||
default_delta_rostockmax = 0,
|
||||
default_deltamaker = 0,
|
||||
default_kossel = 0,
|
||||
default_minifactory = 150,
|
||||
subSection = 'printer_type',
|
||||
type = 'int',
|
||||
description = '',
|
||||
@ -123,6 +125,7 @@ M.printer_dimensions_y = {
|
||||
}
|
||||
M.printer_dimensions_z = {
|
||||
default = 200,
|
||||
default_minifactory = 155,
|
||||
subSection = 'printer_type',
|
||||
type = 'int',
|
||||
description = '',
|
||||
@ -132,6 +135,7 @@ M.printer_heatedbed = {
|
||||
default = false,
|
||||
default_ultimaker2 = true,
|
||||
default_makerbot_replicator2x = true,
|
||||
default_minifactory = true,
|
||||
subSection = 'printer_type',
|
||||
type = 'bool',
|
||||
description = 'Printer has heated bed',
|
||||
|
@ -44,6 +44,7 @@ local SUPPORTED_PRINTERS = {
|
||||
shapercube = "ShaperCube",
|
||||
tantillus = "Tantillus",
|
||||
vision_3d_printer = "Vision 3D Printer",
|
||||
minifactory = "miniFactory",
|
||||
marlin_generic = "Generic Marlin Printer",
|
||||
makerbot_generic = "Generic Makerbot Printer"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user