1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-26 10:25:49 +00:00

Fixed regression causing random failures in bridge direction detection. #2636

This commit is contained in:
Alessandro Ranellucci
2015-02-27 21:55:02 +01:00
parent bb3feedc31
commit 1ab8efba7f
3 changed files with 15 additions and 8 deletions
+1
View File
@@ -30,6 +30,7 @@ class ExPolygonCollection
void simplify(double tolerance);
Polygon convex_hull() const;
Lines lines() const;
Polygons contours() const;
};
}