mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
SLA gizmo now does not make redundant copies of the object and supports meshes
This commit is contained in:
parent
f33e9bf609
commit
63ce3c3150
3 changed files with 16 additions and 12 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue