mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-11 19:59:01 +08:00
Another fix of the perl bindings
This commit is contained in:
parent
7f4e6328fa
commit
7aa4fd0827
@ -212,6 +212,7 @@ TriangleMesh::cut(z, upper, lower)
|
|||||||
TriangleMesh* upper;
|
TriangleMesh* upper;
|
||||||
TriangleMesh* lower;
|
TriangleMesh* lower;
|
||||||
CODE:
|
CODE:
|
||||||
|
THIS->require_shared_vertices(); // TriangleMeshSlicer needs this
|
||||||
TriangleMeshSlicer mslicer(THIS);
|
TriangleMeshSlicer mslicer(THIS);
|
||||||
mslicer.cut(z, upper, lower);
|
mslicer.cut(z, upper, lower);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user