Skip to content

Commit 771b47f

Browse files
committed
add wanhao duplicator 4
1 parent 9ebe241 commit 771b47f

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
@@ -200,6 +200,7 @@ const AbstractDriver::DriverInfo& MakerbotDriver::getDriverInfo() {
200200
supportedFirmware.push_back( AbstractDriver::FirmwareDescription("makerbot_replicator2x") );
201201
supportedFirmware.push_back( AbstractDriver::FirmwareDescription("makerbot_thingomatic") );
202202
supportedFirmware.push_back( AbstractDriver::FirmwareDescription("makerbot_generic") );
203+
supportedFirmware.push_back( AbstractDriver::FirmwareDescription("wanhao_duplicator4") );
203204

204205
info.supportedFirmware = supportedFirmware;
205206
info.creator = &MakerbotDriver::create;

0 commit comments

Comments
 (0)