mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Also check the status of the job if it's not printing
CL-524
This commit is contained in:
parent
e9462b17c8
commit
21ad2548b7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue