mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
Remove unused facets
This commit is contained in:
@@ -2714,11 +2714,7 @@ size_t ModelVolume::split(unsigned int max_extruders)
|
|||||||
this->source = ModelVolume::Source();
|
this->source = ModelVolume::Source();
|
||||||
|
|
||||||
// BBS: reset facet annotations
|
// BBS: reset facet annotations
|
||||||
this->mmu_segmentation_facets.reset();
|
this->reset_extra_facets();
|
||||||
this->exterior_facets.reset();
|
|
||||||
this->supported_facets.reset();
|
|
||||||
this->seam_facets.reset();
|
|
||||||
this->fuzzy_skin_facets.reset();
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
this->object->volumes.insert(this->object->volumes.begin() + (++ivolume), new ModelVolume(object, *this, std::move(mesh)));
|
this->object->volumes.insert(this->object->volumes.begin() + (++ivolume), new ModelVolume(object, *this, std::move(mesh)));
|
||||||
|
|||||||
@@ -881,9 +881,6 @@ public:
|
|||||||
mutable std::vector<int> mmuseg_extruders;
|
mutable std::vector<int> mmuseg_extruders;
|
||||||
mutable Timestamp mmuseg_ts;
|
mutable Timestamp mmuseg_ts;
|
||||||
|
|
||||||
// List of exterior faces
|
|
||||||
FacetsAnnotation exterior_facets;
|
|
||||||
|
|
||||||
// Is set only when volume is Embossed Text type
|
// Is set only when volume is Embossed Text type
|
||||||
// Contain information how to re-create volume
|
// Contain information how to re-create volume
|
||||||
std::optional<TextConfiguration> text_configuration;
|
std::optional<TextConfiguration> text_configuration;
|
||||||
|
|||||||
Reference in New Issue
Block a user