mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 11:25:57 +08:00
Renamed plugin
This commit is contained in:
parent
960ac9af99
commit
4817c05a52
@ -1,6 +1,6 @@
|
||||
# Copyright (c) 2015 Ultimaker B.V.
|
||||
# Cura is released under the terms of the AGPLv3 or higher.
|
||||
from . import WifiOutputDevicePlugin
|
||||
from . import NetworkPrinterOutputDevicePlugin
|
||||
|
||||
from UM.i18n import i18nCatalog
|
||||
catalog = i18nCatalog("cura")
|
||||
@ -16,5 +16,5 @@ def getMetaData():
|
||||
}
|
||||
|
||||
def register(app):
|
||||
return { "output_device": WifiOutputDevicePlugin.WifiOutputDevicePlugin() }
|
||||
return { "output_device": NetworkPrinterOutputDevicePlugin.WifiOutputDevicePlugin()}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user