Merge branch '5.7' into CURA-11700-trigger-area-for-selecting-machine

This commit is contained in:
Saumya Jain 2024-03-14 13:40:07 +01:00 committed by GitHub
commit b245cce4e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 5 deletions

View file

@ -915,10 +915,6 @@ class ThreeMFWorkspaceReader(WorkspaceReader):
# Prepare the machine
self._applyChangesToMachine(global_stack, extruder_stack_dict)
else:
# Just clear the settings now, so that we can change the active machine without conflicts
self._clearMachineSettings(global_stack, {})
Logger.log("d", "Workspace loading is notifying rest of the code of changes...")
# Actually change the active machine.