From a2915ddc80a224ee0ff57d75fcb8160c01942ea2 Mon Sep 17 00:00:00 2001 From: Thomas-Karl Pietrowski Date: Mon, 14 Mar 2016 10:16:53 +0100 Subject: [PATCH] USBPrinting: Correcting machine_with_heated_bed dictionary again (oops) --- plugins/USBPrinting/USBPrinterManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/USBPrinting/USBPrinterManager.py b/plugins/USBPrinting/USBPrinterManager.py index 41f715ba22..75433cae5c 100644 --- a/plugins/USBPrinting/USBPrinterManager.py +++ b/plugins/USBPrinting/USBPrinterManager.py @@ -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" : "ultimaker_original-HBK-{baudrate}.hex", + machine_with_heated_bed = {"ultimaker_original" : "MarlinUltimaker-HBK-{baudrate}.hex", } ##TODO: Add check for multiple extruders