mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 22:09:04 +08:00
Remove unnecessary code
CURA-4053
This commit is contained in:
parent
9288f408e5
commit
356b3cf0ca
@ -683,9 +683,6 @@ class ThreeMFWorkspaceReader(WorkspaceReader):
|
||||
extruder_file_content = archive.open(extruder_stack_file, "r").read().decode("utf-8")
|
||||
|
||||
if self._resolve_strategies["machine"] == "override":
|
||||
container_stacks = self._container_registry.findContainerStacks(id = container_id)
|
||||
stack = container_stacks[0]
|
||||
|
||||
# deserialize new extruder stack over the current ones
|
||||
stack = self._overrideExtruderStack(global_stack, extruder_file_content)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user