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-12-21 16:46:35 +0300
committerAlessandro Ranellucci <aar@cpan.org>2015-12-21 16:46:35 +0300
commit1a286fc90663475497034dd32dc810fc7878264e (patch)
tree0576c7fbea1c7d2ed944c5ddc682dffa67140f2f /xs/src/libslic3r/ExPolygon.hpp
parentf7e97f7e9b160c81244d6c9b7e98d43408994341 (diff)
Fixes and improvements to MotionPlanner, much smarter now
Diffstat (limited to 'xs/src/libslic3r/ExPolygon.hpp')
-rw-r--r--xs/src/libslic3r/ExPolygon.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs/src/libslic3r/ExPolygon.hpp b/xs/src/libslic3r/ExPolygon.hpp
index 18d4d8095..5fe5df256 100644
--- a/xs/src/libslic3r/ExPolygon.hpp
+++ b/xs/src/libslic3r/ExPolygon.hpp
@@ -31,7 +31,7 @@ class ExPolygon
void simplify_p(double tolerance, Polygons* polygons) const;
Polygons simplify_p(double tolerance) const;
ExPolygons simplify(double tolerance) const;
- void simplify(double tolerance, ExPolygons &expolygons) const;
+ void simplify(double tolerance, ExPolygons* expolygons) const;
void medial_axis(double max_width, double min_width, Polylines* polylines) const;
void get_trapezoids(Polygons* polygons) const;
void get_trapezoids(Polygons* polygons, double angle) const;