mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:46:05 +08:00
Rename ConnectionType.none to ConnectionType.Unknown
CURA-6011 Cannot use None
This commit is contained in:
parent
3e1993d876
commit
8bb8ae8652
@ -36,7 +36,7 @@ class ConnectionState(IntEnum):
|
||||
|
||||
|
||||
class ConnectionType(IntEnum):
|
||||
none = 0
|
||||
Unknown = 0
|
||||
UsbConnection = 1
|
||||
NetworkConnection = 2
|
||||
ClusterConnection = 3
|
||||
|
Loading…
x
Reference in New Issue
Block a user