mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:28:59 +08:00
Fix bug where disovery window does not appear
This commit is contained in:
parent
5c6c299b27
commit
2bc1e4b397
@ -24,7 +24,7 @@ class DiscoverUM3Action(MachineAction):
|
||||
|
||||
def __init__(self) -> None:
|
||||
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]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user