Skip to content

Commit 73bd548

Browse files
committed
Merge branch 'feature/3DisonPlus'
2 parents 9297117 + 7c020d8 commit 73bd548

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/drivers/MakerbotDriver.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ const AbstractDriver::DriverInfo& MakerbotDriver::getDriverInfo() {
195195
if (supportedFirmware.empty()) {
196196
info.name = "Makerbot";
197197

198+
supportedFirmware.push_back( AbstractDriver::FirmwareDescription("_3Dison_plus") );
198199
supportedFirmware.push_back( AbstractDriver::FirmwareDescription("makerbot_replicator2") );
199200
supportedFirmware.push_back( AbstractDriver::FirmwareDescription("makerbot_replicator2x") );
200201
supportedFirmware.push_back( AbstractDriver::FirmwareDescription("makerbot_thingomatic") );

0 commit comments

Comments
 (0)