Remove unused facets

This commit is contained in:
Noisyfox
2026-05-04 20:33:13 +08:00
parent 8e9906f747
commit 07173a8de4
2 changed files with 1 additions and 8 deletions
+1 -5
View File
@@ -2714,11 +2714,7 @@ size_t ModelVolume::split(unsigned int max_extruders)
this->source = ModelVolume::Source();
// BBS: reset facet annotations
this->mmu_segmentation_facets.reset();
this->exterior_facets.reset();
this->supported_facets.reset();
this->seam_facets.reset();
this->fuzzy_skin_facets.reset();
this->reset_extra_facets();
}
else
this->object->volumes.insert(this->object->volumes.begin() + (++ivolume), new ModelVolume(object, *this, std::move(mesh)));