USBPrinting: Complete the note with a link to the hex files

This commit is contained in:
Thomas Karl Pietrowski 2016-03-14 14:23:26 +01:00
parent 9f251a43e2
commit 6775d337f5

View file

@ -142,6 +142,8 @@ class USBPrinterManager(QObject, SignalEmitter, OutputDevicePlugin, Extension):
# NOTE: The keyword used here is the id of the machine. You can find the id of your machine in the *.json file, eg.
# https://github.com/Ultimaker/Cura/blob/master/resources/machines/ultimaker_original.json#L2
# The *.hex files are stored at a seperate repository:
# https://github.com/Ultimaker/cura-binary-data/tree/master/cura/resources/firmware
machine_without_heated_bed = {"bq_witbox" : "MarlinWitbox.hex",
"ultimaker_original" : "MarlinUltimaker-{baudrate}.hex",
"ultimaker2_go" : "MarlinUltimaker2go.hex",