mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 11:29:02 +08:00
Also check the status of the job if it's not printing
CL-524
This commit is contained in:
parent
e9462b17c8
commit
21ad2548b7
@ -245,7 +245,7 @@ Rectangle
|
||||
return catalog.i18nc("@label:status", "Disabled");
|
||||
}
|
||||
|
||||
if ((printJob != null) && ((printer.status === "pre_print") || (printer.status === "printing")))
|
||||
if (printJob != null)
|
||||
{
|
||||
switch (printJob.status)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user