remove call to creating connection in printer_worker thread since it's called on initialization.

This commit is contained in:
jneilliii
2024-10-30 00:28:37 -04:00
parent 28be048300
commit 4ef8e40702
2 changed files with 2 additions and 2 deletions

View File

@ -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: