mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
USBPrinting: Correcting machine_with_heated_bed dictionary
This commit is contained in:
parent
29ea25d0b3
commit
d968d3e2b2
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ class USBPrinterManager(QObject, SignalEmitter, OutputDevicePlugin, Extension):
|
|||
"ultimaker2plus" : "MarlinUltimaker2plus.hex",
|
||||
"ultimaker2_extended_plus" : "MarlinUltimaker2extended-plus.hex",
|
||||
}
|
||||
machine_with_heated_bed = {"ultimaker_original-HBK-{baudrate}.hex",
|
||||
machine_with_heated_bed = {"ultimaker_original" : "ultimaker_original-HBK-{baudrate}.hex",
|
||||
}
|
||||
|
||||
##TODO: Add check for multiple extruders
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue