mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-23 16:03:13 +08:00
FIX: CLI: add object config when assemble
JIRA: no jira Change-Id: I945f820fb58f2f643170b4b0b66742f6bbbdfd29
This commit is contained in:
parent
1106ff8253
commit
a958f2f576
@ -699,7 +699,8 @@ void merge_or_add_object(assemble_plate_info_t& assemble_plate_info, Model &mode
|
||||
new_object->name = "assemble_" + std::to_string(assemble_index);
|
||||
merged_objects[assemble_index] = new_object;
|
||||
assemble_plate_info.loaded_obj_list.emplace_back(new_object);
|
||||
}
|
||||
new_object->config.assign_config(ori_object->config.get());
|
||||
}
|
||||
else
|
||||
new_object = iter->second;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user