CURA-4606 no stack checking for errors on active extruder switch

This commit is contained in:
Jack Ha 2018-02-21 10:35:48 +01:00
parent ad6548a5dc
commit 363db9e536

View file

@ -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.