mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 04:37:51 -06:00
CURA-4606 no stack checking for errors on active extruder switch
This commit is contained in:
parent
ad6548a5dc
commit
363db9e536
1 changed files with 0 additions and 2 deletions
|
@ -250,8 +250,6 @@ class MachineManager(QObject):
|
||||||
|
|
||||||
self._active_container_stack = ExtruderManager.getInstance().getActiveExtruderStack()
|
self._active_container_stack = ExtruderManager.getInstance().getActiveExtruderStack()
|
||||||
|
|
||||||
self._error_check_timer.start()
|
|
||||||
|
|
||||||
if old_active_container_stack != self._active_container_stack:
|
if old_active_container_stack != self._active_container_stack:
|
||||||
# Many methods and properties related to the active quality actually depend
|
# Many methods and properties related to the active quality actually depend
|
||||||
# on _active_container_stack. If it changes, then the properties change.
|
# on _active_container_stack. If it changes, then the properties change.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue