mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 09:17:50 -06:00
Fix bug where disovery window does not appear
This commit is contained in:
parent
5c6c299b27
commit
2bc1e4b397
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class DiscoverUM3Action(MachineAction):
|
||||||
|
|
||||||
def __init__(self) -> None:
|
def __init__(self) -> None:
|
||||||
super().__init__("DiscoverUM3Action", catalog.i18nc("@action","Connect via Network"))
|
super().__init__("DiscoverUM3Action", catalog.i18nc("@action","Connect via Network"))
|
||||||
self._qml_url = "../resources/qml/DiscoverUM3Action.qml"
|
self._qml_url = "resources/qml/DiscoverUM3Action.qml"
|
||||||
|
|
||||||
self._network_plugin = None #type: Optional[UM3OutputDevicePlugin]
|
self._network_plugin = None #type: Optional[UM3OutputDevicePlugin]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue