Rename 'connect_group_name' to 'group_name'. [CURA-6153]

This commit is contained in:
Remco Burema 2019-01-31 20:21:42 +01:00
parent 6cd3a5fe3d
commit 954fdb20ad
7 changed files with 16 additions and 16 deletions

View file

@ -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