Changed namespace of usbprintermanager (QML) to Cura from UM

CURA-1339
This commit is contained in:
Jaime van Kessel 2016-04-18 15:03:13 +02:00
parent a59c113887
commit 8a47903374
5 changed files with 8 additions and 11 deletions

View file

@ -19,5 +19,5 @@ def getMetaData():
}
def register(app):
qmlRegisterSingletonType(USBPrinterOutputDeviceManager.USBPrinterOutputDeviceManager, "UM", 1, 0, "USBPrinterManager", USBPrinterOutputDeviceManager.USBPrinterOutputDeviceManager.getInstance)
qmlRegisterSingletonType(USBPrinterOutputDeviceManager.USBPrinterOutputDeviceManager, "Cura", 1, 0, "USBPrinterManager", USBPrinterOutputDeviceManager.USBPrinterOutputDeviceManager.getInstance)
return {"extension":USBPrinterOutputDeviceManager.USBPrinterOutputDeviceManager.getInstance(), "output_device": USBPrinterOutputDeviceManager.USBPrinterOutputDeviceManager.getInstance()}