Also cancel pre-heating bed from Cura after time-out

Printers that don't automatically turn off their heated bed will get the task to do so by Cura then.

Contributes to issue CURA-3161.
This commit is contained in:
Ghostkeeper 2017-02-07 17:21:14 +01:00
parent 9354a80504
commit b05697b0d5
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75

View File

@ -305,6 +305,10 @@ Column
{
preheatCountdown.visible = false;
running = false;
if (printerConnected)
{
connectedPrinter.cancelPreheatBed()
}
}
}
}