added default printer dimensions for 3dison plus

This commit is contained in:
Rick Companje 2014-10-10 11:04:25 +02:00
parent 37bab25420
commit 036bf778c5
1 changed files with 3 additions and 0 deletions

View File

@ -104,6 +104,7 @@ M.printer_type = {
M.printer_dimensions_x = {
default = 200,
default_delta_rostockmax = 0,
default__3Dison_plus = 227,
default_deltamaker = 0,
default_kossel = 0,
default_minifactory = 150,
@ -115,6 +116,7 @@ M.printer_dimensions_x = {
M.printer_dimensions_y = {
default = 200,
default_delta_rostockmax = 0,
default__3Dison_plus = 148,
default_deltamaker = 0,
default_kossel = 0,
default_minifactory = 150,
@ -126,6 +128,7 @@ M.printer_dimensions_y = {
M.printer_dimensions_z = {
default = 200,
default_minifactory = 155,
default__3Dison_plus = 150,
subSection = 'printer_type',
type = 'int',
description = '',