mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 18:57:52 -06:00
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:
parent
9354a80504
commit
b05697b0d5
1 changed files with 4 additions and 0 deletions
|
@ -305,6 +305,10 @@ Column
|
|||
{
|
||||
preheatCountdown.visible = false;
|
||||
running = false;
|
||||
if (printerConnected)
|
||||
{
|
||||
connectedPrinter.cancelPreheatBed()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue