mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 21:09:01 +08:00
Removed unneeded extra error check
This caused an extra 1.5 second delay on changing machine configurations for dual extrusion machines.
This commit is contained in:
parent
f655b0e033
commit
22e0c80b3d
@ -369,7 +369,6 @@ class MachineManager(QObject):
|
|||||||
self.activeQualityChanged.emit()
|
self.activeQualityChanged.emit()
|
||||||
self.activeVariantChanged.emit()
|
self.activeVariantChanged.emit()
|
||||||
self.activeMaterialChanged.emit()
|
self.activeMaterialChanged.emit()
|
||||||
self._updateStacksHaveErrors() # Prevents unwanted re-slices after changing machine
|
|
||||||
self._error_check_timer.start()
|
self._error_check_timer.start()
|
||||||
|
|
||||||
def _onProfilesModelChanged(self, *args):
|
def _onProfilesModelChanged(self, *args):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user