mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 02:19:04 +08:00
Set correct machine name when creating a new machine from a project
CURA-4074
This commit is contained in:
parent
2aa8e590bf
commit
686ca803ee
@ -651,7 +651,7 @@ class ThreeMFWorkspaceReader(WorkspaceReader):
|
||||
stack.setMetaDataEntry("machine", global_stack_id_new)
|
||||
|
||||
# Only machines need a new name, stacks may be non-unique
|
||||
stack.setName(self._container_registry.uniqueName(stack.getName()))
|
||||
stack.setName(global_stack_id_new)
|
||||
|
||||
container_stacks_added.append(stack)
|
||||
self._container_registry.addContainer(stack)
|
||||
|
Loading…
x
Reference in New Issue
Block a user