mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 11:45:56 +08:00
CURA-4606 no stack checking for errors on active extruder switch
This commit is contained in:
parent
ad6548a5dc
commit
363db9e536
@ -250,8 +250,6 @@ class MachineManager(QObject):
|
||||
|
||||
self._active_container_stack = ExtruderManager.getInstance().getActiveExtruderStack()
|
||||
|
||||
self._error_check_timer.start()
|
||||
|
||||
if old_active_container_stack != self._active_container_stack:
|
||||
# Many methods and properties related to the active quality actually depend
|
||||
# on _active_container_stack. If it changes, then the properties change.
|
||||
|
Loading…
x
Reference in New Issue
Block a user