Merge branch 'maintenance' into devel
This commit is contained in:
commit
9cd47bc5e2
1 changed files with 1 additions and 0 deletions
|
|
@ -909,6 +909,7 @@ class Printer(PrinterInterface, comm.MachineComPrintCallback):
|
|||
self._stateMonitor.set_state({"text": self.get_state_string(), "flags": self._getStateFlags()})
|
||||
|
||||
if self._printAfterSelect:
|
||||
self._printAfterSelect = False
|
||||
self.start_print(pos=self._posAfterSelect)
|
||||
|
||||
def on_comm_print_job_started(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue