mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-10 09:09:03 +08:00
parent
c2515ca7a9
commit
ad1c0046d9
@ -79,7 +79,7 @@ class MachineSettingsAction(MachineAction):
|
|||||||
@pyqtSlot()
|
@pyqtSlot()
|
||||||
def onFinishAction(self):
|
def onFinishAction(self):
|
||||||
# Restore autoslicing when the machineaction is dismissed
|
# Restore autoslicing when the machineaction is dismissed
|
||||||
if self._backend.determineAutoSlicing():
|
if self._backend and self._backend.determineAutoSlicing():
|
||||||
self._backend.tickle()
|
self._backend.tickle()
|
||||||
|
|
||||||
def _onActiveExtruderStackChanged(self):
|
def _onActiveExtruderStackChanged(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user