mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:49:00 +08:00
USBPrinting: Correcting machine_with_heated_bed dictionary
This commit is contained in:
parent
29ea25d0b3
commit
d968d3e2b2
@ -149,7 +149,7 @@ class USBPrinterManager(QObject, SignalEmitter, OutputDevicePlugin, Extension):
|
|||||||
"ultimaker2plus" : "MarlinUltimaker2plus.hex",
|
"ultimaker2plus" : "MarlinUltimaker2plus.hex",
|
||||||
"ultimaker2_extended_plus" : "MarlinUltimaker2extended-plus.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
|
##TODO: Add check for multiple extruders
|
||||||
|
Loading…
x
Reference in New Issue
Block a user