mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Remove comment
CURA-7609
This commit is contained in:
parent
db857c8c20
commit
37febc9f60
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ class ThreeMFWorkspaceReader(WorkspaceReader):
|
|||
|
||||
definition_container_type = definition_container.get("type")
|
||||
if definition_container_type == "machine":
|
||||
machine_definition_id = container_id # TODO
|
||||
machine_definition_id = container_id
|
||||
machine_definition_containers = self._container_registry.findDefinitionContainers(id = machine_definition_id)
|
||||
if machine_definition_containers:
|
||||
updatable_machines = [machine.name for machine in self._container_registry.findContainerStacks(type = "machine") if machine.definition == machine_definition_containers[0]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue