remove call to creating connection in printer_worker thread since it's called on initialization.
This commit is contained in:
@ -685,7 +685,7 @@ class BambuVirtualPrinter:
|
||||
self._state_change_queue.join()
|
||||
|
||||
def _printer_worker(self):
|
||||
self._create_client_connection_async()
|
||||
# self._create_client_connection_async()
|
||||
self.sendIO("Printer connection complete")
|
||||
while self._running:
|
||||
try:
|
||||
|
Reference in New Issue
Block a user