mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +08:00
not clearing the current machinein case of UCP
because we don't want to write again the same thing. CURA-11701
This commit is contained in:
parent
48441341f5
commit
e90cbcfa01
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user