mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Fixed connection label state
CL-541
This commit is contained in:
parent
df1bf419d9
commit
99de75a3fd
3 changed files with 8 additions and 1 deletions
|
@ -44,6 +44,7 @@ class USBPrinterOutputDevice(PrinterOutputDevice):
|
|||
|
||||
self._serial = None # type: Optional[Serial]
|
||||
self._serial_port = serial_port
|
||||
self._address = serial_port
|
||||
|
||||
self._timeout = 3
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue