mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Merge branch '4.0'
This commit is contained in:
commit
33abbd4c89
26 changed files with 762 additions and 431 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue