mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -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
|
from UM.Application import Application
|
||||||
|
|
||||||
|
|
||||||
class WifiOutputDevicePlugin(OutputDevicePlugin, SignalEmitter):
|
class NetworkPrinterOutputDevicePlugin(OutputDevicePlugin, SignalEmitter):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super().__init__()
|
super().__init__()
|
||||||
self._zero_conf = Zeroconf()
|
self._zero_conf = Zeroconf()
|
||||||
|
|
|
@ -16,5 +16,5 @@ def getMetaData():
|
||||||
}
|
}
|
||||||
|
|
||||||
def register(app):
|
def register(app):
|
||||||
return { "output_device": NetworkPrinterOutputDevicePlugin.WifiOutputDevicePlugin()}
|
return { "output_device": NetworkPrinterOutputDevicePlugin.NetworkPrinterOutputDevicePlugin()}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue