mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Name refactor
CURA-49
This commit is contained in:
parent
27b3fa1d45
commit
bc8f8473e5
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ from UM.Signal import Signal, SignalEmitter
|
|||
from UM.Application import Application
|
||||
|
||||
|
||||
class WifiOutputDevicePlugin(OutputDevicePlugin, SignalEmitter):
|
||||
class NetworkPrinterOutputDevicePlugin(OutputDevicePlugin, SignalEmitter):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
self._zero_conf = Zeroconf()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue