GCode Preview - Code cleanup

This commit is contained in:
Enrico Turri 2018-01-17 10:39:05 +01:00
parent c63e6b74fa
commit a417cf955d
24 changed files with 12 additions and 987 deletions

View file

@ -214,8 +214,6 @@ MultiPoint::_douglas_peucker(const Points &points, const double tolerance)
return results;
}
//############################################################################################################
#if ENRICO_GCODE_PREVIEW
void MultiPoint3::translate(double x, double y)
{
for (Point3& p : points)
@ -270,8 +268,6 @@ bool MultiPoint3::remove_duplicate_points()
return false;
}
#endif // ENRICO_GCODE_PREVIEW
//############################################################################################################
BoundingBox get_extents(const MultiPoint &mp)
{