mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
parent
c2515ca7a9
commit
ad1c0046d9
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class MachineSettingsAction(MachineAction):
|
|||
@pyqtSlot()
|
||||
def onFinishAction(self):
|
||||
# Restore autoslicing when the machineaction is dismissed
|
||||
if self._backend.determineAutoSlicing():
|
||||
if self._backend and self._backend.determineAutoSlicing():
|
||||
self._backend.tickle()
|
||||
|
||||
def _onActiveExtruderStackChanged(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue