mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 21:58:01 -06:00
PostPrintjobFinished now hides messages & resets state
CL-541
This commit is contained in:
parent
f30f0a7194
commit
70cfbf0180
2 changed files with 5 additions and 3 deletions
|
@ -382,7 +382,7 @@ Rectangle
|
|||
{
|
||||
case "printing":
|
||||
case "post_print":
|
||||
return catalog.i18nc("@label", "Finishes at: ") + OutputDevice.getTimeCompleted(printJob.time_total - printJob.time_elapsed)
|
||||
return catalog.i18nc("@label", "Finishes at: ") + OutputDevice.getTimeCompleted(printJob.timeTotal - printJob.timeElapsed)
|
||||
case "wait_cleanup":
|
||||
return catalog.i18nc("@label", "Clear build plate")
|
||||
case "sent_to_printer":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue