miniFactory support

This commit is contained in:
peteruithoven 2014-01-30 13:21:21 +01:00
parent 175f55f854
commit 11f8364e6e
2 changed files with 5 additions and 0 deletions

View File

@ -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',

View File

@ -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"
}