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/Layer.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/Layer.hpp')
-rw-r--r--xs/src/libslic3r/Layer.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xs/src/libslic3r/Layer.hpp b/xs/src/libslic3r/Layer.hpp
index cd0250089..ff8cca1d9 100644
--- a/xs/src/libslic3r/Layer.hpp
+++ b/xs/src/libslic3r/Layer.hpp
@@ -90,6 +90,7 @@ class Layer {
LayerRegion* add_region(PrintRegion* print_region);
void make_slices();
+ template <class T> bool any_internal_region_slice_contains(const T &item) const;
protected:
int _id; // sequential number of layer, 0-based