Added stub QML page for discovery action

CURA-336
This commit is contained in:
Jaime van Kessel 2016-06-23 13:35:25 +02:00
parent bca613b47e
commit d7bb807e2b
2 changed files with 27 additions and 0 deletions

View file

@ -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