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>2015-01-06 13:29:34 +0300
committerAlessandro Ranellucci <aar@cpan.org>2015-01-06 13:29:34 +0300
commit7e82159620f99f132534b658dc8e0525fd829983 (patch)
treeb5bb7eac65537f2ebfcaf774f89c629f684c0319 /xs/src/libslic3r/Layer.hpp
parent0f7933c4f9e29ada1b468956b16894fdfe9cfefc (diff)
Fixed one more case where only_retract_when_crossing_perimeters didn't apply. #2498
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 6a4e905c3..6630e2cdc 100644
--- a/xs/src/libslic3r/Layer.hpp
+++ b/xs/src/libslic3r/Layer.hpp
@@ -94,6 +94,7 @@ class Layer {
void make_slices();
template <class T> bool any_internal_region_slice_contains(const T &item) const;
+ template <class T> bool any_bottom_region_slice_contains(const T &item) const;
template <class T> bool any_internal_region_fill_surface_contains(const T &item) const;
protected: