mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 11:25:53 +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
|
||||
|
||||
|
||||
class WifiOutputDevicePlugin(OutputDevicePlugin, SignalEmitter):
|
||||
class NetworkPrinterOutputDevicePlugin(OutputDevicePlugin, SignalEmitter):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
self._zero_conf = Zeroconf()
|
||||
|
@ -16,5 +16,5 @@ def getMetaData():
|
||||
}
|
||||
|
||||
def register(app):
|
||||
return { "output_device": NetworkPrinterOutputDevicePlugin.WifiOutputDevicePlugin()}
|
||||
return { "output_device": NetworkPrinterOutputDevicePlugin.NetworkPrinterOutputDevicePlugin()}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user