mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-29 10:40:50 -07:00
Fixed some instance of simplify_polygons() invocation.
Geometry::deg2rad() made a template. Some methods of Layer made inline. Added a helper template remove_nulls().
This commit is contained in:
@@ -198,7 +198,7 @@ ExPolygon::simplify_p(double tolerance) const
|
||||
p.points.pop_back();
|
||||
pp.push_back(p);
|
||||
}
|
||||
simplify_polygons(pp, &pp);
|
||||
pp = simplify_polygons(pp);
|
||||
return pp;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user