mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 04:37:51 -06:00
Rename Enum name to camal cases
CURA-6011
This commit is contained in:
parent
644944bc41
commit
3e1993d876
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class ConnectionState(IntEnum):
|
|||
Connecting = 1
|
||||
Connected = 2
|
||||
Busy = 3
|
||||
error = 4
|
||||
Error = 4
|
||||
|
||||
|
||||
class ConnectionType(IntEnum):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue