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-12-09 03:08:58 +0300
committerAlessandro Ranellucci <aar@cpan.org>2014-12-09 03:08:58 +0300
commitc8596c5c58d7331330ca6d9403ad0c68c9dee915 (patch)
tree2f761aa2fac1667e56efffa67796311f63a0d960 /xs/src/libslic3r/SurfaceCollection.hpp
parent80c38b0113398347025b1d0b76717436ca2efe60 (diff)
Limit "Only retract when crossing perimeters" so that retraction is triggered also when crossing the boundaries of a single region. #2298
Diffstat (limited to 'xs/src/libslic3r/SurfaceCollection.hpp')
-rw-r--r--xs/src/libslic3r/SurfaceCollection.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xs/src/libslic3r/SurfaceCollection.hpp b/xs/src/libslic3r/SurfaceCollection.hpp
index fe3fae8c6..494bb1a21 100644
--- a/xs/src/libslic3r/SurfaceCollection.hpp
+++ b/xs/src/libslic3r/SurfaceCollection.hpp
@@ -15,6 +15,7 @@ class SurfaceCollection
operator ExPolygons() const;
void simplify(double tolerance);
void group(std::vector<SurfacesPtr> *retval);
+ template <class T> bool any_internal_contains(const T &item) const;
};
}