mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
Bugfixes
This commit is contained in:
parent
220562aa05
commit
9d889cf2db
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ 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)
|
||||
self.connectAllConnections()
|
||||
|
||||
## Check all serial ports and create a PrinterConnection object for them.
|
||||
# Note that this does not validate if the serial ports are actually usable!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue