Skip to content

Commit

Permalink
added 3Dison_plus printer type
Browse files Browse the repository at this point in the history
  • Loading branch information
companje committed Oct 9, 2014
1 parent 9297117 commit 7c020d8
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 7c020d8

Please sign in to comment.