mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Merge remote-tracking branch 'origin/master' into cura_connect_improvements
This commit is contained in:
commit
0ecac9f01e
25 changed files with 85 additions and 130 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue