mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-26 06:24:26 +08:00
parent
4ecf37161b
commit
a166f37e4f
@ -213,7 +213,7 @@ ExPolygon::remove_point_too_near(const coord_t tolerance) {
|
|||||||
//go to next one
|
//go to next one
|
||||||
//if you removed a point, it check if the next one isn't too near from the previous one.
|
//if you removed a point, it check if the next one isn't too near from the previous one.
|
||||||
// if not, it byepass it.
|
// if not, it byepass it.
|
||||||
if (newdist > tolerance_sq) {
|
if (newdist >= tolerance_sq) {
|
||||||
++id;
|
++id;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user