mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 07:29:03 +08:00
Merge branch 'master' of github.com:Ultimaker/cura
This commit is contained in:
commit
3eef50dfb7
@ -234,7 +234,7 @@ class NetworkClusterPrinterOutputDevice(NetworkPrinterOutputDevice.NetworkPrinte
|
|||||||
def spawnPrintView(self):
|
def spawnPrintView(self):
|
||||||
if self._print_view is None:
|
if self._print_view is None:
|
||||||
path = os.path.join(self._plugin_path, "PrintWindow.qml")
|
path = os.path.join(self._plugin_path, "PrintWindow.qml")
|
||||||
self._print_view = Application.getInstance().createQmlComponent(path, {"OutputDevice", self})
|
self._print_view = Application.getInstance().createQmlComponent(path, {"OutputDevice": self})
|
||||||
if self._print_view is not None:
|
if self._print_view is not None:
|
||||||
self._print_view.show()
|
self._print_view.show()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user