Fixed heatup bed command in checking wizard

This commit is contained in:
Jaime van Kessel 2015-09-17 10:43:56 +02:00
parent aeb935489e
commit 4808f52f59
2 changed files with 4 additions and 2 deletions

View file

@ -262,7 +262,7 @@ Item
if(printer_connection != null)
{
bedTempStatus.text = catalog.i18nc("@info:progress","Checking")
printer_connection.printer.heatupBed(60)
printer_connection.heatupBed(60)
wizardPage.bed_target_temp = 60
}
}