mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 05:55:54 +08:00
medial axis bugfix (ctd)
This commit is contained in:
parent
7c4aa2f4cc
commit
e4a0f71d3c
@ -1325,7 +1325,8 @@ MedialAxis::simplify_polygon_frontier()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
simplified_poly.remove_point_too_near(SCALED_RESOLUTION);
|
if (!simplified_poly.contour.points.empty())
|
||||||
|
simplified_poly.remove_point_too_near(SCALED_RESOLUTION);
|
||||||
return simplified_poly;
|
return simplified_poly;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user