mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Fixed compatibility mode active extruder. CURA-3321
This commit is contained in:
parent
d372e73eda
commit
c54d5ce707
5 changed files with 3 additions and 4 deletions
1
plugins/CuraEngineBackend/CuraEngineBackend.py
Normal file → Executable file
1
plugins/CuraEngineBackend/CuraEngineBackend.py
Normal file → Executable 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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue