mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 21:58:01 -06:00
Rename ConnectionType.none to ConnectionType.Unknown
CURA-6011 Cannot use None
This commit is contained in:
parent
3e1993d876
commit
8bb8ae8652
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class ConnectionState(IntEnum):
|
||||||
|
|
||||||
|
|
||||||
class ConnectionType(IntEnum):
|
class ConnectionType(IntEnum):
|
||||||
none = 0
|
Unknown = 0
|
||||||
UsbConnection = 1
|
UsbConnection = 1
|
||||||
NetworkConnection = 2
|
NetworkConnection = 2
|
||||||
ClusterConnection = 3
|
ClusterConnection = 3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue