Merge branch '4.0'

This commit is contained in:
Ghostkeeper 2019-01-25 12:03:38 +01:00
commit 33abbd4c89
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276
26 changed files with 762 additions and 431 deletions

View file

@ -55,6 +55,7 @@ class USBPrinterOutputDevice(PrinterOutputDevice):
self._update_thread = Thread(target = self._update, daemon = True)
self._last_temperature_request = None # type: Optional[int]
self._firmware_idle_count = 0
self._is_printing = False # A print is being sent.