Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2014-04-25 19:14:39 +0400
committerAlessandro Ranellucci <aar@cpan.org>2014-04-25 19:14:39 +0400
commit4f17c2b7d1979963078e22fdaf7dbcac67e766ac (patch)
treed044ddfc4ad087f52b2bb53ef32327f124877871 /xs/xsp/TriangleMesh.xsp
parent882a98ed448b15cb358c9f7f3a3d22bf0e20d237 (diff)
First working implementation of a GUI for cutting
Diffstat (limited to 'xs/xsp/TriangleMesh.xsp')
-rw-r--r--xs/xsp/TriangleMesh.xsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xs/xsp/TriangleMesh.xsp b/xs/xsp/TriangleMesh.xsp
index c3233fb5e..a124f8dac 100644
--- a/xs/xsp/TriangleMesh.xsp
+++ b/xs/xsp/TriangleMesh.xsp
@@ -34,6 +34,7 @@
%};
int facets_count()
%code{% RETVAL = THIS->stl.stats.number_of_facets; %};
+ void reset_repair_stats();
%{
SV*