Added DiscoverUM3 machine action stub

CURA-1385
This commit is contained in:
Jaime van Kessel 2016-06-17 15:46:18 +02:00
parent be779cb92a
commit f8cac56370
2 changed files with 11 additions and 3 deletions

5
DiscoverUM3Action.py Normal file
View file

@ -0,0 +1,5 @@
from cura.MachineAction import MachineAction
class DiscoverUM3Action(MachineAction):
def __init__(self):
super().__init__("DiscoverUM3Action")