mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 02:16:01 +08:00
parent
707f261503
commit
b18b1d3cd0
@ -69,7 +69,8 @@ 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
|
||||||
|
if self._backend: # This sometimes triggers before backend is loaded.
|
||||||
self._backend.disableTimer()
|
self._backend.disableTimer()
|
||||||
|
|
||||||
@pyqtSlot()
|
@pyqtSlot()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user