mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 07:56:22 -06:00
Added label
CURA-1385
This commit is contained in:
parent
f8cac56370
commit
bca613b47e
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue