From 6909ed8765a99f2f2a9fc6e7665b92bc44185c56 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Thu, 14 Apr 2016 13:20:55 +0200 Subject: [PATCH] Changed setBed temp to target bed temp CURA-1339 --- resources/qml/WizardPages/UltimakerCheckup.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/WizardPages/UltimakerCheckup.qml b/resources/qml/WizardPages/UltimakerCheckup.qml index d59c8be6bd..188a7740f0 100644 --- a/resources/qml/WizardPages/UltimakerCheckup.qml +++ b/resources/qml/WizardPages/UltimakerCheckup.qml @@ -368,7 +368,7 @@ Item bedTempStatus.text = catalog.i18nc("@info:status","Works") wizardPage.checkupProgress.bedTemp = true checkTotalCheckUp() - printer_connection.setBedTemperature(0) + printer_connection.setTargetBedTemperature(0) } } }