Remove the cluster connection type

CURA-6011
This commit is contained in:
Jaime van Kessel 2018-12-14 17:14:56 +01:00
parent 226d052468
commit b8a4d8e80d
3 changed files with 3 additions and 4 deletions

View file

@ -39,8 +39,7 @@ class ConnectionType(IntEnum):
Unknown = 0
UsbConnection = 1
NetworkConnection = 2
ClusterConnection = 3
CloudConnection = 4
CloudConnection = 3
## Printer output device adds extra interface options on top of output device.