Remove redundent mmu facets assign because that's already done in new_object->add_volume(*volume)

This commit is contained in:
Noisyfox
2026-05-09 17:36:17 +08:00
parent fb0cf966cf
commit b3a513eab9

View File

@@ -3041,7 +3041,6 @@ void ObjectList::merge(bool to_multipart_object)
auto opt = object->config.option("extruder");
if (opt) { new_volume->config.set_key_value("extruder", new ConfigOptionInt(opt->getInt())); }
}
new_volume->mmu_segmentation_facets.assign(std::move(volume->mmu_segmentation_facets));
}
new_object->sort_volumes(true);