1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-13 08:24:27 +00:00

SLA gizmo now does not make redundant copies of the object and supports meshes

This commit is contained in:
Lukas Matena
2019-04-15 22:24:10 +02:00
parent f33e9bf609
commit 63ce3c3150
3 changed files with 16 additions and 12 deletions
+4
View File
@@ -817,6 +817,10 @@ public:
meshcache = mesh(merged);
// The mesh will be passed by const-pointer to TriangleMeshSlicer,
// which will need this.
meshcache.require_shared_vertices();
// TODO: Is this necessary?
//meshcache.repair();