mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:35:57 +08:00
Added busy & error state to ConnectionState
CURA-1339
This commit is contained in:
parent
fb52d39936
commit
a59c113887
@ -306,4 +306,6 @@ class PrinterOutputDevice(OutputDevice, QObject):
|
|||||||
class ConnectionState(IntEnum):
|
class ConnectionState(IntEnum):
|
||||||
closed = 0
|
closed = 0
|
||||||
connecting = 1
|
connecting = 1
|
||||||
connected = 2
|
connected = 2
|
||||||
|
busy = 3
|
||||||
|
error = 4
|
Loading…
x
Reference in New Issue
Block a user