mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 18:27:58 -06:00
Fixed import from 3mf of rotated models
This commit is contained in:
parent
f3e238073b
commit
07943ae669
2 changed files with 2 additions and 2 deletions
|
@ -1876,7 +1876,7 @@ namespace Slic3r {
|
|||
vertices_count += stl.stats.shared_vertices;
|
||||
|
||||
#if ENABLE_MODELVOLUME_TRANSFORM
|
||||
Transform3d matrix = volume->get_matrix();
|
||||
const Transform3d& matrix = volume->get_matrix();
|
||||
#endif // ENABLE_MODELVOLUME_TRANSFORM
|
||||
|
||||
for (int i = 0; i < stl.stats.shared_vertices; ++i)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue