0
0
mirror of https://github.com/Doodle3D/doodle3d-firmware.git synced 2024-12-22 02:53:49 +01:00

add doodle dream printer type

This commit is contained in:
Arne Boon 2015-06-09 16:13:58 +02:00
parent 84f244b8d7
commit 8318bd265c

View File

@ -52,8 +52,8 @@ local SUPPORTED_PRINTERS = {
mamba3d = "Mamba3D",
_3Dison_plus = "3Dison plus",
marlin_generic = "Generic Marlin Printer",
makerbot_generic = "Generic Makerbot Printer",
--doodle_dream = "Doodle Dream"
makerbot_generic = "Generic Makerbot Printer",
doodle_dream = "Doodle Dream"
}
local SUPPORTED_BAUDRATES = {
["115200"] = "115200 bps",