Skip to content

Commit

Permalink
Adding Ultimaker Original Plus
Browse files Browse the repository at this point in the history
  • Loading branch information
peteruithoven committed Jul 26, 2016
1 parent e8ca450 commit 4ad2c5f
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 @@ -191,6 +191,7 @@ const AbstractDriver::DriverInfo& MarlinDriver::getDriverInfo() {
supportedFirmware.push_back( AbstractDriver::FirmwareDescription("ultimaker") );
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("printrbot") );
supportedFirmware.push_back( AbstractDriver::FirmwareDescription("bukobot") );
supportedFirmware.push_back( AbstractDriver::FirmwareDescription("cartesio") );
Expand Down

0 comments on commit 4ad2c5f

Please sign in to comment.