mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-14 03:13:16 +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()
|
@pyqtSlot()
|
||||||
def setFinished(self):
|
def setFinished(self):
|
||||||
self._finished = True
|
self._finished = True
|
||||||
|
self._reset()
|
||||||
self.onFinished.emit()
|
self.onFinished.emit()
|
||||||
|
|
||||||
def _execute(self):
|
def _execute(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user