Skip to content

Commit

Permalink
add wanhao duplicator 4
Browse files Browse the repository at this point in the history
  • Loading branch information
arneboon committed Jun 10, 2015
1 parent 9ebe241 commit 771b47f
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 @@ -200,6 +200,7 @@ const AbstractDriver::DriverInfo& MakerbotDriver::getDriverInfo() {
supportedFirmware.push_back( AbstractDriver::FirmwareDescription("makerbot_replicator2x") );
supportedFirmware.push_back( AbstractDriver::FirmwareDescription("makerbot_thingomatic") );
supportedFirmware.push_back( AbstractDriver::FirmwareDescription("makerbot_generic") );
supportedFirmware.push_back( AbstractDriver::FirmwareDescription("wanhao_duplicator4") );

info.supportedFirmware = supportedFirmware;
info.creator = &MakerbotDriver::create;
Expand Down

0 comments on commit 771b47f

Please sign in to comment.