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") );