Skip to content

Commit

Permalink
Merge branch 'feature/3DisonPlus'
Browse files Browse the repository at this point in the history
  • Loading branch information
companje committed Dec 19, 2014
2 parents 9297117 + 7c020d8 commit 73bd548
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/drivers/MakerbotDriver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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") );
Expand Down

0 comments on commit 73bd548

Please sign in to comment.