mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Remove redundent mmu facets assign because that's already done in new_object->add_volume(*volume)
This commit is contained in:
@@ -3041,7 +3041,6 @@ void ObjectList::merge(bool to_multipart_object)
|
|||||||
auto opt = object->config.option("extruder");
|
auto opt = object->config.option("extruder");
|
||||||
if (opt) { new_volume->config.set_key_value("extruder", new ConfigOptionInt(opt->getInt())); }
|
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);
|
new_object->sort_volumes(true);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user