mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Enable progress bar for USB printing
CL-541
This commit is contained in:
parent
a6deddb6ae
commit
6bdce54e1d
2 changed files with 1 additions and 14 deletions
|
@ -217,6 +217,7 @@ class USBPrinterOutputDevice(PrinterOutputDevice):
|
|||
print_job = self._printers[0].activePrintJob
|
||||
if print_job is None:
|
||||
print_job = PrintJobOutputModel(output_controller = USBPrinterOuptutController(self), name= Application.getInstance().getPrintInformation().jobName)
|
||||
print_job.updateState("printing")
|
||||
self._printers[0].updateActivePrintJob(print_job)
|
||||
|
||||
print_job.updateTimeElapsed(elapsed_time)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue