mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +08: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
@ -305,6 +305,10 @@ Column
|
|||||||
{
|
{
|
||||||
preheatCountdown.visible = false;
|
preheatCountdown.visible = false;
|
||||||
running = false;
|
running = false;
|
||||||
|
if (printerConnected)
|
||||||
|
{
|
||||||
|
connectedPrinter.cancelPreheatBed()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user