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