mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:49:00 +08:00
Rename Enum name to camal cases
CURA-6011
This commit is contained in:
parent
644944bc41
commit
3e1993d876
@ -32,7 +32,7 @@ class ConnectionState(IntEnum):
|
|||||||
Connecting = 1
|
Connecting = 1
|
||||||
Connected = 2
|
Connected = 2
|
||||||
Busy = 3
|
Busy = 3
|
||||||
error = 4
|
Error = 4
|
||||||
|
|
||||||
|
|
||||||
class ConnectionType(IntEnum):
|
class ConnectionType(IntEnum):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user