mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
formatting
This commit is contained in:
parent
9d889cf2db
commit
3fa02d3710
6 changed files with 289 additions and 286 deletions
|
@ -17,7 +17,7 @@ class USBPrinterManager(SignalEmitter,PluginObject):
|
|||
self._check_ports_thread = threading.Thread(target=self._updateConnectionList)
|
||||
self._check_ports_thread.daemon = True
|
||||
self._check_ports_thread.start()
|
||||
time.sleep(6)
|
||||
time.sleep(2)
|
||||
self.connectAllConnections()
|
||||
|
||||
## Check all serial ports and create a PrinterConnection object for them.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue