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-12-08 21:02:16 +0300
committerbubnikv <bubnikv@gmail.com>2016-12-08 21:02:16 +0300
commit126126cc789d8c9b5c435a3b80cbb37287256077 (patch)
treeb957d6af8932a771dadcf9691b3c83f661e98a68 /xs/src/libslic3r/PrintObject.cpp
parent5d18657ac5546022421da5fe559436a876ad9029 (diff)
Fixes after the merge of changes by @alexrj.
Diffstat (limited to 'xs/src/libslic3r/PrintObject.cpp')
-rw-r--r--xs/src/libslic3r/PrintObject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs/src/libslic3r/PrintObject.cpp b/xs/src/libslic3r/PrintObject.cpp
index b276744c4..7b5014414 100644
--- a/xs/src/libslic3r/PrintObject.cpp
+++ b/xs/src/libslic3r/PrintObject.cpp
@@ -974,7 +974,7 @@ PrintObject::_make_perimeters()
// check whether a portion of the upper slices falls inside the critical area
const Polylines intersection = intersection_pl(
- upper_layerm_polygons,
+ to_polylines(upper_layerm_polygons),
critical_area
);