mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 15:35:54 +08:00
Name refactor
CURA-49
This commit is contained in:
parent
27b3fa1d45
commit
bc8f8473e5
@ -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…
x
Reference in New Issue
Block a user