We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9297117 + 7c020d8 commit 73bd548Copy full SHA for 73bd548
src/drivers/MakerbotDriver.cpp
@@ -195,6 +195,7 @@ const AbstractDriver::DriverInfo& MakerbotDriver::getDriverInfo() {
195
if (supportedFirmware.empty()) {
196
info.name = "Makerbot";
197
198
+ supportedFirmware.push_back( AbstractDriver::FirmwareDescription("_3Dison_plus") );
199
supportedFirmware.push_back( AbstractDriver::FirmwareDescription("makerbot_replicator2") );
200
supportedFirmware.push_back( AbstractDriver::FirmwareDescription("makerbot_replicator2x") );
201
supportedFirmware.push_back( AbstractDriver::FirmwareDescription("makerbot_thingomatic") );
0 commit comments