mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
Remove the cluster connection type
CURA-6011
This commit is contained in:
parent
226d052468
commit
b8a4d8e80d
3 changed files with 3 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue