mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:48:59 +08:00
Start to connect/handle new signals for manual device addition. [CURA-6294]
This commit is contained in:
parent
7a7e710b2a
commit
6d34a2abd0
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user