mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
Start to connect/handle new signals for manual device addition. [CURA-6294]
This commit is contained in:
parent
7a7e710b2a
commit
6d34a2abd0
1 changed files with 0 additions and 2 deletions
|
@ -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.
|
# If we discover a printer that has the same key as the active machine instance a connection is made.
|
||||||
@signalemitter
|
@signalemitter
|
||||||
class UM3OutputDevicePlugin(OutputDevicePlugin):
|
class UM3OutputDevicePlugin(OutputDevicePlugin):
|
||||||
addDeviceSignal = Signal()
|
|
||||||
removeDeviceSignal = Signal()
|
|
||||||
discoveredDevicesChanged = Signal()
|
discoveredDevicesChanged = Signal()
|
||||||
cloudFlowIsPossible = Signal()
|
cloudFlowIsPossible = Signal()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue