Added stubs for cluster & legacy output devices

CL-541
This commit is contained in:
Jaime van Kessel 2017-11-20 13:12:15 +01:00
parent c1dbdc64ee
commit 9202bb11fe
6 changed files with 202 additions and 7 deletions

View file

@ -5,8 +5,10 @@ from . import DiscoverUM3Action
from UM.i18n import i18nCatalog
catalog = i18nCatalog("cura")
from . import UM3OutputDevicePlugin
def getMetaData():
return {}
def register(app):
return { "output_device": NetworkPrinterOutputDevicePlugin.NetworkPrinterOutputDevicePlugin(), "machine_action": DiscoverUM3Action.DiscoverUM3Action()}
return { "output_device": UM3OutputDevicePlugin.UM3OutputDevicePlugin(), "machine_action": DiscoverUM3Action.DiscoverUM3Action()}