mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 15:37:27 -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.
|
||||
@signalemitter
|
||||
class UM3OutputDevicePlugin(OutputDevicePlugin):
|
||||
addDeviceSignal = Signal()
|
||||
removeDeviceSignal = Signal()
|
||||
discoveredDevicesChanged = Signal()
|
||||
cloudFlowIsPossible = Signal()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue