mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Rename 'connect_group_name' to 'group_name'. [CURA-6153]
This commit is contained in:
parent
6cd3a5fe3d
commit
954fdb20ad
7 changed files with 16 additions and 16 deletions
|
@ -500,7 +500,7 @@ class ThreeMFWorkspaceReader(WorkspaceReader):
|
|||
|
||||
is_printer_group = False
|
||||
if machine_conflict:
|
||||
group_name = existing_global_stack.getMetaDataEntry("connect_group_name")
|
||||
group_name = existing_global_stack.getMetaDataEntry("group_name")
|
||||
if group_name is not None:
|
||||
is_printer_group = True
|
||||
machine_name = group_name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue