mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 16:48:58 +08:00
USBPrinting: Correcting machine_with_heated_bed dictionary again (oops)
This commit is contained in:
parent
d968d3e2b2
commit
a2915ddc80
@ -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" : "ultimaker_original-HBK-{baudrate}.hex",
|
machine_with_heated_bed = {"ultimaker_original" : "MarlinUltimaker-HBK-{baudrate}.hex",
|
||||||
}
|
}
|
||||||
|
|
||||||
##TODO: Add check for multiple extruders
|
##TODO: Add check for multiple extruders
|
||||||
|
Loading…
x
Reference in New Issue
Block a user