Просмотр исходного кода

Start to connect/handle new signals for manual device addition. [CURA-6294]

Remco Burema 6 лет назад
Родитель
Сommit
6d34a2abd0
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      plugins/UM3NetworkPrinting/src/UM3OutputDevicePlugin.py

+ 0 - 2
plugins/UM3NetworkPrinting/src/UM3OutputDevicePlugin.py

@@ -34,8 +34,6 @@ i18n_catalog = i18nCatalog("cura")
 #       If we discover a printer that has the same key as the active machine instance a connection is made.
 @signalemitter
 class UM3OutputDevicePlugin(OutputDevicePlugin):
-    addDeviceSignal = Signal()
-    removeDeviceSignal = Signal()
     discoveredDevicesChanged = Signal()
     cloudFlowIsPossible = Signal()