mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Renamed plugin
This commit is contained in:
parent
960ac9af99
commit
4817c05a52
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue