Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
peteruithoven committed Jul 5, 2017
2 parents 4ad2c5f + e09abb4 commit 23558d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/drivers/MarlinDriver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ const AbstractDriver::DriverInfo& MarlinDriver::getDriverInfo() {
supportedFirmware.push_back( AbstractDriver::FirmwareDescription("ultimaker2") );
supportedFirmware.push_back( AbstractDriver::FirmwareDescription("ultimaker2go") );
supportedFirmware.push_back( AbstractDriver::FirmwareDescription("ultimaker_original_plus") );
supportedFirmware.push_back( AbstractDriver::FirmwareDescription("renkforce_rf100") );
supportedFirmware.push_back( AbstractDriver::FirmwareDescription("printrbot") );
supportedFirmware.push_back( AbstractDriver::FirmwareDescription("bukobot") );
supportedFirmware.push_back( AbstractDriver::FirmwareDescription("cartesio") );
Expand Down

0 comments on commit 23558d3

Please sign in to comment.