mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2024-12-22 11:03:48 +01:00
added default printer dimensions for 3dison plus
This commit is contained in:
parent
37bab25420
commit
036bf778c5
@ -104,6 +104,7 @@ M.printer_type = {
|
|||||||
M.printer_dimensions_x = {
|
M.printer_dimensions_x = {
|
||||||
default = 200,
|
default = 200,
|
||||||
default_delta_rostockmax = 0,
|
default_delta_rostockmax = 0,
|
||||||
|
default__3Dison_plus = 227,
|
||||||
default_deltamaker = 0,
|
default_deltamaker = 0,
|
||||||
default_kossel = 0,
|
default_kossel = 0,
|
||||||
default_minifactory = 150,
|
default_minifactory = 150,
|
||||||
@ -115,6 +116,7 @@ M.printer_dimensions_x = {
|
|||||||
M.printer_dimensions_y = {
|
M.printer_dimensions_y = {
|
||||||
default = 200,
|
default = 200,
|
||||||
default_delta_rostockmax = 0,
|
default_delta_rostockmax = 0,
|
||||||
|
default__3Dison_plus = 148,
|
||||||
default_deltamaker = 0,
|
default_deltamaker = 0,
|
||||||
default_kossel = 0,
|
default_kossel = 0,
|
||||||
default_minifactory = 150,
|
default_minifactory = 150,
|
||||||
@ -126,6 +128,7 @@ M.printer_dimensions_y = {
|
|||||||
M.printer_dimensions_z = {
|
M.printer_dimensions_z = {
|
||||||
default = 200,
|
default = 200,
|
||||||
default_minifactory = 155,
|
default_minifactory = 155,
|
||||||
|
default__3Dison_plus = 150,
|
||||||
subSection = 'printer_type',
|
subSection = 'printer_type',
|
||||||
type = 'int',
|
type = 'int',
|
||||||
description = '',
|
description = '',
|
||||||
|
Loading…
Reference in New Issue
Block a user