Added Builder3D printers to supported printers

This commit is contained in:
peteruithoven 2014-05-22 15:15:54 +02:00
parent 6e6dd1a108
commit d032b85b61
2 changed files with 4 additions and 0 deletions

View File

@ -126,6 +126,8 @@ M.printer_dimensions_y = {
M.printer_dimensions_z = {
default = 200,
default_minifactory = 155,
default_builder3d = 400,
default_bigbuilder3d = 900,
subSection = 'printer_type',
type = 'int',
description = '',

View File

@ -45,6 +45,8 @@ local SUPPORTED_PRINTERS = {
tantillus = "Tantillus",
vision_3d_printer = "Vision 3D Printer",
minifactory = "miniFactory",
builder3d = "Builder 3D",
bigbuilder3d = "Big Builder 3D",
marlin_generic = "Generic Marlin Printer",
makerbot_generic = "Generic Makerbot Printer"
}