mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Merge branch 'master-usb-printing' of https://github.com/thopiekar/Cura into master-usb-printing
This commit is contained in:
commit
b0e4f095a6
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
# 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
|
# 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_extras = {"bq_witbox" : "MarlinWitbox.hex",
|
machine_without_extras = {"bq_witbox" : "MarlinWitbox.hex",
|
||||||
"ultimaker_original" : "MarlinUltimaker-{baudrate}.hex",
|
"ultimaker_original" : "MarlinUltimaker-{baudrate}.hex",
|
||||||
"ultimaker_original_plus" : "MarlinUltimaker-UMOP-{baudrate}.hex",
|
"ultimaker_original_plus" : "MarlinUltimaker-UMOP-{baudrate}.hex",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue