mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2024-12-22 11:03:48 +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_delta_rostockmax = 0,
|
||||||
default_deltamaker = 0,
|
default_deltamaker = 0,
|
||||||
default_kossel = 0,
|
default_kossel = 0,
|
||||||
|
default_minifactory = 150,
|
||||||
subSection = 'printer_type',
|
subSection = 'printer_type',
|
||||||
type = 'int',
|
type = 'int',
|
||||||
description = '',
|
description = '',
|
||||||
@ -116,6 +117,7 @@ M.printer_dimensions_y = {
|
|||||||
default_delta_rostockmax = 0,
|
default_delta_rostockmax = 0,
|
||||||
default_deltamaker = 0,
|
default_deltamaker = 0,
|
||||||
default_kossel = 0,
|
default_kossel = 0,
|
||||||
|
default_minifactory = 150,
|
||||||
subSection = 'printer_type',
|
subSection = 'printer_type',
|
||||||
type = 'int',
|
type = 'int',
|
||||||
description = '',
|
description = '',
|
||||||
@ -123,6 +125,7 @@ M.printer_dimensions_y = {
|
|||||||
}
|
}
|
||||||
M.printer_dimensions_z = {
|
M.printer_dimensions_z = {
|
||||||
default = 200,
|
default = 200,
|
||||||
|
default_minifactory = 155,
|
||||||
subSection = 'printer_type',
|
subSection = 'printer_type',
|
||||||
type = 'int',
|
type = 'int',
|
||||||
description = '',
|
description = '',
|
||||||
@ -132,6 +135,7 @@ M.printer_heatedbed = {
|
|||||||
default = false,
|
default = false,
|
||||||
default_ultimaker2 = true,
|
default_ultimaker2 = true,
|
||||||
default_makerbot_replicator2x = true,
|
default_makerbot_replicator2x = true,
|
||||||
|
default_minifactory = true,
|
||||||
subSection = 'printer_type',
|
subSection = 'printer_type',
|
||||||
type = 'bool',
|
type = 'bool',
|
||||||
description = 'Printer has heated bed',
|
description = 'Printer has heated bed',
|
||||||
|
@ -44,6 +44,7 @@ local SUPPORTED_PRINTERS = {
|
|||||||
shapercube = "ShaperCube",
|
shapercube = "ShaperCube",
|
||||||
tantillus = "Tantillus",
|
tantillus = "Tantillus",
|
||||||
vision_3d_printer = "Vision 3D Printer",
|
vision_3d_printer = "Vision 3D Printer",
|
||||||
|
minifactory = "miniFactory",
|
||||||
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