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

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2016-05-20 07:24:05 +0300
committerAlessandro Ranellucci <aar@cpan.org>2016-05-20 18:03:57 +0300
commit9e8022f6f62b6f4c07b5846a765128b3609e53ef (patch)
tree610458a3e47b679229a64c069cad55e72dfe7a1d /xs/src/libslic3r/ExPolygon.hpp
parentb06861636623b7b7d7ab2ce32d37163d5d33d7c7 (diff)
More refactoring to medial axis and gap fill, more robust
Diffstat (limited to 'xs/src/libslic3r/ExPolygon.hpp')
-rw-r--r--xs/src/libslic3r/ExPolygon.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xs/src/libslic3r/ExPolygon.hpp b/xs/src/libslic3r/ExPolygon.hpp
index f23178cc0..69fe9fb0e 100644
--- a/xs/src/libslic3r/ExPolygon.hpp
+++ b/xs/src/libslic3r/ExPolygon.hpp
@@ -42,6 +42,7 @@ class ExPolygon
void triangulate_pp(Polygons* polygons) const;
void triangulate_p2t(Polygons* polygons) const;
Lines lines() const;
+ std::string dump_perl() const;
};
}