mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
First run actions are now properly handled
CURA-1385
This commit is contained in:
parent
6f6d70ad0f
commit
8cfc0737ac
4 changed files with 43 additions and 5 deletions
|
@ -89,6 +89,7 @@ class MachineActionManager(QObject):
|
|||
## Add a (unique) MachineAction
|
||||
# if the Key of the action is not unique, an exception is raised.
|
||||
def addMachineAction(self, action):
|
||||
print("ADDING ACTIOONNN", action)
|
||||
if action.getKey() not in self._machine_actions:
|
||||
self._machine_actions[action.getKey()] = action
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue