From 7c020d86cb58eba35f92ffc4cc301601928898b6 Mon Sep 17 00:00:00 2001 From: Rick Companje Date: Thu, 9 Oct 2014 16:27:24 +0200 Subject: [PATCH] added 3Dison_plus printer type --- src/drivers/MakerbotDriver.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/drivers/MakerbotDriver.cpp b/src/drivers/MakerbotDriver.cpp index 758e155..b481946 100644 --- a/src/drivers/MakerbotDriver.cpp +++ b/src/drivers/MakerbotDriver.cpp @@ -195,6 +195,7 @@ const AbstractDriver::DriverInfo& MakerbotDriver::getDriverInfo() { if (supportedFirmware.empty()) { info.name = "Makerbot"; + supportedFirmware.push_back( AbstractDriver::FirmwareDescription("_3Dison_plus") ); supportedFirmware.push_back( AbstractDriver::FirmwareDescription("makerbot_replicator2") ); supportedFirmware.push_back( AbstractDriver::FirmwareDescription("makerbot_replicator2x") ); supportedFirmware.push_back( AbstractDriver::FirmwareDescription("makerbot_thingomatic") );