mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 01:37:51 -06:00
5 lines
No EOL
155 B
Python
5 lines
No EOL
155 B
Python
from cura.MachineAction import MachineAction
|
|
|
|
class DiscoverUM3Action(MachineAction):
|
|
def __init__(self):
|
|
super().__init__("DiscoverUM3Action") |