mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
USBPrinting: Correcting typo
This commit is contained in:
parent
eed5f88b13
commit
8422356dc9
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ class USBPrinterManager(QObject, SignalEmitter, OutputDevicePlugin, Extension):
|
|||
else:
|
||||
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.
|
||||
# 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 = {"ultimaker_original" : "MarlinUltimaker-{baudrate}.hex",
|
||||
"ultimaker_original_plus" : "MarlinUltimaker-UMOP-{baudrate}.hex",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue