mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 10:55:58 +08:00
Merge branch 'master-usb-printing' of https://github.com/thopiekar/Cura into master-usb-printing
This commit is contained in:
commit
9f251a43e2
@ -140,6 +140,8 @@ class USBPrinterManager(QObject, SignalEmitter, OutputDevicePlugin, Extension):
|
|||||||
else:
|
else:
|
||||||
baudrate = 250000
|
baudrate = 250000
|
||||||
|
|
||||||
|
# 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
|
||||||
machine_without_heated_bed = {"bq_witbox" : "MarlinWitbox.hex",
|
machine_without_heated_bed = {"bq_witbox" : "MarlinWitbox.hex",
|
||||||
"ultimaker_original" : "MarlinUltimaker-{baudrate}.hex",
|
"ultimaker_original" : "MarlinUltimaker-{baudrate}.hex",
|
||||||
"ultimaker2_go" : "MarlinUltimaker2go.hex",
|
"ultimaker2_go" : "MarlinUltimaker2go.hex",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user