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-22 13:46:16 +0300
committerAlessandro Ranellucci <aar@cpan.org>2014-12-22 13:46:16 +0300
commit93507bfd499eae228213eb3861e1380fede5115a (patch)
treecb2490f446ce820f4054bf347e033ebb4b066a20 /xs/src/libslic3r/Layer.hpp
parent540c2b870533881c15e06c9fc4a0b3e84dfe35a7 (diff)
Bugfix: only_retract_when_crossing_perimeters was not correctly applied on bottom layer when no bottom solid layers were printed
Diffstat (limited to 'xs/src/libslic3r/Layer.hpp')
-rw-r--r--xs/src/libslic3r/Layer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs/src/libslic3r/Layer.hpp b/xs/src/libslic3r/Layer.hpp
index bd87ab0cb..63e4819c8 100644
--- a/xs/src/libslic3r/Layer.hpp
+++ b/xs/src/libslic3r/Layer.hpp
@@ -93,7 +93,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;
+ template <class T> bool any_internal_region_fill_surface_contains(const T &item) const;
protected:
int _id; // sequential number of layer, 0-based