mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Fixed import of volumes from .amf
This commit is contained in:
parent
9d51348272
commit
533e1feac3
2 changed files with 2 additions and 1 deletions
|
@ -528,6 +528,7 @@ void AMFParserContext::endElement(const char * /* name */)
|
|||
}
|
||||
stl_get_size(&stl);
|
||||
m_volume->mesh.repair();
|
||||
m_volume->center_geometry();
|
||||
m_volume->calculate_convex_hull();
|
||||
m_volume_facets.clear();
|
||||
m_volume = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue