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:
authorbubnikv <bubnikv@gmail.com>2016-11-23 17:51:47 +0300
committerbubnikv <bubnikv@gmail.com>2016-11-23 17:51:47 +0300
commitd8be4de6cf8be3fba78570e51b0db276bc1669c2 (patch)
treeda699a61f7e9cb3d7ba8f3abcaa88146e2053477 /xs/src/libslic3r/ClipperUtils.hpp
parent1a1eaa0810151f38b6a63c0f947ee2d3d8fc3aa3 (diff)
One step further to the C++ Supports.
Diffstat (limited to 'xs/src/libslic3r/ClipperUtils.hpp')
-rw-r--r--xs/src/libslic3r/ClipperUtils.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/xs/src/libslic3r/ClipperUtils.hpp b/xs/src/libslic3r/ClipperUtils.hpp
index 2bb58bdf6..188867fe5 100644
--- a/xs/src/libslic3r/ClipperUtils.hpp
+++ b/xs/src/libslic3r/ClipperUtils.hpp
@@ -162,6 +162,8 @@ void simplify_polygons(const Slic3r::Polygons &subject, Slic3r::ExPolygons* retv
void safety_offset(ClipperLib::Paths* paths);
+Polygons top_level_islands(const Slic3r::Polygons &polygons);
+
}
#endif