mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 21:53:14 +08:00
Setting a action to finished also causes it to be reset
CURA-1385
This commit is contained in:
parent
65751d7400
commit
671a6105a2
@ -59,6 +59,7 @@ class MachineAction(QObject, PluginObject):
|
||||
@pyqtSlot()
|
||||
def setFinished(self):
|
||||
self._finished = True
|
||||
self._reset()
|
||||
self.onFinished.emit()
|
||||
|
||||
def _execute(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user