Fixed compatibility mode active extruder. CURA-3321

This commit is contained in:
U-ULTIMAKER\j.ha 2017-03-02 13:15:29 +01:00
parent d372e73eda
commit c54d5ce707
5 changed files with 3 additions and 4 deletions

1
plugins/CuraEngineBackend/CuraEngineBackend.py Normal file → Executable file
View file

@ -517,7 +517,6 @@ class CuraEngineBackend(QObject, Backend):
# \param tool The tool that the user was using.
def _onToolOperationStopped(self, tool):
self._tool_active = False # React on scene change again
self.determineAutoSlicing()
# Process all the postponed scene changes
while self._postponed_scene_change_sources:
source = self._postponed_scene_change_sources.pop(0)