mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
Added signalemitter
CURA-49
This commit is contained in:
parent
025bdba516
commit
bd413b9a2b
2 changed files with 7 additions and 5 deletions
|
@ -5,6 +5,7 @@ import requests
|
|||
from UM.i18n import i18nCatalog
|
||||
from UM.Application import Application
|
||||
from UM.Logger import Logger
|
||||
from UM.Signal import signalemitter
|
||||
|
||||
from UM.Message import Message
|
||||
|
||||
|
@ -17,6 +18,7 @@ i18n_catalog = i18nCatalog("cura")
|
|||
|
||||
|
||||
## Network connected (wifi / lan) printer that uses the Ultimaker API
|
||||
@signalemitter
|
||||
class NetworkPrinterOutputDevice(PrinterOutputDevice):
|
||||
def __init__(self, key, address, info):
|
||||
super().__init__(key)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue