mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 23:31:13 -06:00
Replace TriangleMesh with the XS port
This commit is contained in:
parent
311eda7d42
commit
566d38a472
14 changed files with 77 additions and 256 deletions
|
@ -5,7 +5,7 @@
|
|||
#include "TriangleMesh.hpp"
|
||||
%}
|
||||
|
||||
%name{Slic3r::TriangleMesh::XS} class TriangleMesh {
|
||||
%name{Slic3r::TriangleMesh} class TriangleMesh {
|
||||
TriangleMesh();
|
||||
~TriangleMesh();
|
||||
TriangleMesh* clone()
|
||||
|
@ -127,7 +127,7 @@ TriangleMesh::slice(z)
|
|||
%}
|
||||
};
|
||||
|
||||
%package{Slic3r::TriangleMesh::XS};
|
||||
%package{Slic3r::TriangleMesh};
|
||||
|
||||
%{
|
||||
PROTOTYPES: DISABLE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue