mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
Add "preparing" status in monitor page
CURA-7745
This commit is contained in:
parent
2254a49c74
commit
f576e07c11
1 changed files with 4 additions and 0 deletions
|
@ -359,6 +359,10 @@ Item
|
||||||
{
|
{
|
||||||
return catalog.i18nc("@label:status", "Idle")
|
return catalog.i18nc("@label:status", "Idle")
|
||||||
}
|
}
|
||||||
|
if (!printer.activePrintJob && printer.state == "pre_print")
|
||||||
|
{
|
||||||
|
return catalog.i18nc("@label:status", "Preparing...")
|
||||||
|
}
|
||||||
if (!printer.activePrintJob && printer.state == "printing")
|
if (!printer.activePrintJob && printer.state == "printing")
|
||||||
{
|
{
|
||||||
// The print job isn't quite updated yet.
|
// The print job isn't quite updated yet.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue