mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Remove unnecessary code
CURA-4053
This commit is contained in:
parent
9288f408e5
commit
356b3cf0ca
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue