mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Added DiscoverUM3 machine action stub
CURA-1385
This commit is contained in:
parent
be779cb92a
commit
f8cac56370
2 changed files with 11 additions and 3 deletions
5
DiscoverUM3Action.py
Normal file
5
DiscoverUM3Action.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from cura.MachineAction import MachineAction
|
||||
|
||||
class DiscoverUM3Action(MachineAction):
|
||||
def __init__(self):
|
||||
super().__init__("DiscoverUM3Action")
|
Loading…
Add table
Add a link
Reference in a new issue