mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 13:17:51 -06:00
Added busy & error state to ConnectionState
CURA-1339
This commit is contained in:
parent
fb52d39936
commit
a59c113887
1 changed files with 3 additions and 1 deletions
|
@ -307,3 +307,5 @@ class ConnectionState(IntEnum):
|
|||
closed = 0
|
||||
connecting = 1
|
||||
connected = 2
|
||||
busy = 3
|
||||
error = 4
|
Loading…
Add table
Add a link
Reference in a new issue