mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 18:27:51 -06:00
parent
707f261503
commit
b18b1d3cd0
1 changed files with 3 additions and 2 deletions
|
@ -69,8 +69,9 @@ class MachineSettingsAction(MachineAction):
|
||||||
self._container_index = container_index
|
self._container_index = container_index
|
||||||
self.containerIndexChanged.emit()
|
self.containerIndexChanged.emit()
|
||||||
|
|
||||||
# Disable autoslicing while the machineaction is showing
|
# Disable auto-slicing while the MachineAction is showing
|
||||||
self._backend.disableTimer()
|
if self._backend: # This sometimes triggers before backend is loaded.
|
||||||
|
self._backend.disableTimer()
|
||||||
|
|
||||||
@pyqtSlot()
|
@pyqtSlot()
|
||||||
def onFinishAction(self):
|
def onFinishAction(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue