mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-04 17:15:13 +08:00
Added label
CURA-1385
This commit is contained in:
parent
f8cac56370
commit
bca613b47e
@ -2,4 +2,7 @@ from cura.MachineAction import MachineAction
|
||||
|
||||
class DiscoverUM3Action(MachineAction):
|
||||
def __init__(self):
|
||||
super().__init__("DiscoverUM3Action")
|
||||
super().__init__("DiscoverUM3Action", "Discover printers")
|
||||
|
||||
def _execute(self):
|
||||
pass
|
Loading…
x
Reference in New Issue
Block a user