mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:59:00 +08:00
USBPrinting: Adding a short instruction
Just added a short instruction where to find the id of the machine, just to make it easier for the vendor to fill in the correct values.
This commit is contained in:
parent
a1e673dc64
commit
eed5f88b13
@ -140,6 +140,8 @@ class USBPrinterManager(QObject, SignalEmitter, OutputDevicePlugin, Extension):
|
|||||||
else:
|
else:
|
||||||
baudrate = 250000
|
baudrate = 250000
|
||||||
|
|
||||||
|
# Note the keyword 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 = {"ultimaker_original" : "MarlinUltimaker-{baudrate}.hex",
|
machine_without_heated_bed = {"ultimaker_original" : "MarlinUltimaker-{baudrate}.hex",
|
||||||
"ultimaker_original_plus" : "MarlinUltimaker-UMOP-{baudrate}.hex",
|
"ultimaker_original_plus" : "MarlinUltimaker-UMOP-{baudrate}.hex",
|
||||||
"bq_witbox" : "MarlinWitbox.hex",
|
"bq_witbox" : "MarlinWitbox.hex",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user