mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
Added stub QML page for discovery action
CURA-336
This commit is contained in:
parent
bca613b47e
commit
d7bb807e2b
2 changed files with 27 additions and 0 deletions
|
@ -3,6 +3,7 @@ from cura.MachineAction import MachineAction
|
|||
class DiscoverUM3Action(MachineAction):
|
||||
def __init__(self):
|
||||
super().__init__("DiscoverUM3Action", "Discover printers")
|
||||
self._qml_url = "DiscoverUM3Action.qml"
|
||||
|
||||
def _execute(self):
|
||||
pass
|
Loading…
Add table
Add a link
Reference in a new issue