mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
In monitor view show Finished for "wait_user_action" in printjob.status
CURA-4873
This commit is contained in:
parent
ab4cfa5fbb
commit
77a624d3b4
1 changed files with 2 additions and 0 deletions
|
@ -264,6 +264,7 @@ Rectangle
|
||||||
case "wait_for_configuration":
|
case "wait_for_configuration":
|
||||||
return catalog.i18nc("@label:status", "Reserved")
|
return catalog.i18nc("@label:status", "Reserved")
|
||||||
case "wait_cleanup":
|
case "wait_cleanup":
|
||||||
|
case "wait_user_action":
|
||||||
return catalog.i18nc("@label:status", "Finished")
|
return catalog.i18nc("@label:status", "Finished")
|
||||||
case "pre_print":
|
case "pre_print":
|
||||||
case "sent_to_printer":
|
case "sent_to_printer":
|
||||||
|
@ -278,6 +279,7 @@ Rectangle
|
||||||
case "aborted":
|
case "aborted":
|
||||||
return catalog.i18nc("@label:status", "Print aborted");
|
return catalog.i18nc("@label:status", "Print aborted");
|
||||||
default:
|
default:
|
||||||
|
// If print job has unknown status show printer.status
|
||||||
return printerStatusText(printer);
|
return printerStatusText(printer);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue