mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-29 15:25:02 +08:00
Merge branch '4.8'
This commit is contained in:
commit
c9fdf5954a
@ -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…
x
Reference in New Issue
Block a user