Solved incorrect printer name after loading a project from file

CURA-4144
This commit is contained in:
alekseisasin 2017-08-15 23:48:35 +02:00
parent 1c747a962f
commit dc629f7c91

View File

@ -656,9 +656,6 @@ class ThreeMFWorkspaceReader(WorkspaceReader):
if stack.getMetaDataEntry("machine", None):
stack.setMetaDataEntry("machine", global_stack_id_new)
# Only machines need a new name, stacks may be non-unique
stack.setName(global_stack_id_new)
container_stacks_added.append(stack)
self._container_registry.addContainer(stack)
containers_added.append(stack)