mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 15:35:54 +08:00
Merge branch 'master' of github.com:Ultimaker/JediWifiPrintingPlugin
This commit is contained in:
commit
2a349214cf
@ -112,7 +112,11 @@ class DiscoverUM3Action(MachineAction):
|
|||||||
# We need access to engine (although technically we can't)
|
# We need access to engine (although technically we can't)
|
||||||
self.__additional_components_context = QQmlContext(Application.getInstance()._engine.rootContext())
|
self.__additional_components_context = QQmlContext(Application.getInstance()._engine.rootContext())
|
||||||
self.__additional_components_context.setContextProperty("manager", self)
|
self.__additional_components_context.setContextProperty("manager", self)
|
||||||
|
|
||||||
self.__additional_components_view = self.__additional_component.create(self.__additional_components_context)
|
self.__additional_components_view = self.__additional_component.create(self.__additional_components_context)
|
||||||
|
if not self.__additional_components_view:
|
||||||
|
Logger.log("w", "Could not create ui components for UM3.")
|
||||||
|
return
|
||||||
|
|
||||||
Application.getInstance().addAdditionalComponent("monitorButtons", self.__additional_components_view.findChild(QObject, "networkPrinterConnectButton"))
|
Application.getInstance().addAdditionalComponent("monitorButtons", self.__additional_components_view.findChild(QObject, "networkPrinterConnectButton"))
|
||||||
Application.getInstance().addAdditionalComponent("machinesDetailPane", self.__additional_components_view.findChild(QObject, "networkPrinterConnectionInfo"))
|
Application.getInstance().addAdditionalComponent("machinesDetailPane", self.__additional_components_view.findChild(QObject, "networkPrinterConnectionInfo"))
|
||||||
|
@ -11,6 +11,7 @@ def getMetaData():
|
|||||||
"name": "UM3 Network Connection",
|
"name": "UM3 Network Connection",
|
||||||
"author": "Ultimaker",
|
"author": "Ultimaker",
|
||||||
"description": catalog.i18nc("@info:whatsthis", "Manages network connections to Ultimaker 3 printers"),
|
"description": catalog.i18nc("@info:whatsthis", "Manages network connections to Ultimaker 3 printers"),
|
||||||
|
"version": "1.0",
|
||||||
"api": 3
|
"api": 3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user