From e90cbcfa0146c36d41d51032cbfb40ce6f7bb64c Mon Sep 17 00:00:00 2001 From: Saumya Jain Date: Wed, 13 Mar 2024 13:38:46 +0100 Subject: [PATCH] not clearing the current machinein case of UCP because we don't want to write again the same thing. CURA-11701 --- plugins/3MFReader/ThreeMFWorkspaceReader.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugins/3MFReader/ThreeMFWorkspaceReader.py b/plugins/3MFReader/ThreeMFWorkspaceReader.py index e6992611c1..164952f9f1 100755 --- a/plugins/3MFReader/ThreeMFWorkspaceReader.py +++ b/plugins/3MFReader/ThreeMFWorkspaceReader.py @@ -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.