Merge pull request #700 from thopiekar/master-bq_hephestos2-firmware

USBPrinting: Adding entry for BQ Hephestos 2 firmware
This commit is contained in:
Jaime van Kessel 2016-04-18 15:21:49 +02:00
commit 71b4c983d0

View File

@ -141,6 +141,7 @@ class USBPrinterManager(QObject, SignalEmitter, OutputDevicePlugin, Extension):
# The *.hex files are stored at a seperate repository:
# https://github.com/Ultimaker/cura-binary-data/tree/master/cura/resources/firmware
machine_without_extras = {"bq_witbox" : "MarlinWitbox.hex",
"bq_hephestos_2" : "MarlinHephestos2.hex",
"ultimaker_original" : "MarlinUltimaker-{baudrate}.hex",
"ultimaker_original_plus" : "MarlinUltimaker-UMOP-{baudrate}.hex",
"ultimaker2" : "MarlinUltimaker2.hex",