mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2024-12-22 11:03:48 +01:00
doodle dream config settings
This commit is contained in:
parent
798f9bcf80
commit
84f244b8d7
@ -110,7 +110,7 @@ M.printer_dimensions_x = {
|
|||||||
default_minifactory = 150,
|
default_minifactory = 150,
|
||||||
default_lulzbot_taz_4 = 298,
|
default_lulzbot_taz_4 = 298,
|
||||||
default_ultimaker2go = 120,
|
default_ultimaker2go = 120,
|
||||||
--default_doodle_dream = 120,
|
default_doodle_dream = 120,
|
||||||
subSection = 'printer_type',
|
subSection = 'printer_type',
|
||||||
type = 'int',
|
type = 'int',
|
||||||
description = '',
|
description = '',
|
||||||
@ -125,7 +125,7 @@ M.printer_dimensions_y = {
|
|||||||
default_minifactory = 150,
|
default_minifactory = 150,
|
||||||
default_lulzbot_taz_4 = 275,
|
default_lulzbot_taz_4 = 275,
|
||||||
default_ultimaker2go = 120,
|
default_ultimaker2go = 120,
|
||||||
--default_doodle_dream = 120,
|
default_doodle_dream = 120,
|
||||||
subSection = 'printer_type',
|
subSection = 'printer_type',
|
||||||
type = 'int',
|
type = 'int',
|
||||||
description = '',
|
description = '',
|
||||||
@ -137,7 +137,7 @@ M.printer_dimensions_z = {
|
|||||||
default__3Dison_plus = 150,
|
default__3Dison_plus = 150,
|
||||||
default_lulzbot_taz_4 = 250,
|
default_lulzbot_taz_4 = 250,
|
||||||
default_ultimaker2go = 112,
|
default_ultimaker2go = 112,
|
||||||
--default_doodle_dream = 80,
|
default_doodle_dream = 80,
|
||||||
subSection = 'printer_type',
|
subSection = 'printer_type',
|
||||||
type = 'int',
|
type = 'int',
|
||||||
description = '',
|
description = '',
|
||||||
@ -246,7 +246,7 @@ M.printer_travelSpeed = {
|
|||||||
|
|
||||||
M.printer_filamentThickness = {
|
M.printer_filamentThickness = {
|
||||||
default = 2.89,
|
default = 2.89,
|
||||||
--default_doodle_dream = 1,75,
|
default_doodle_dream = 1.75,
|
||||||
type = 'float',
|
type = 'float',
|
||||||
description = '',
|
description = '',
|
||||||
min = 0.0
|
min = 0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user