diff --git a/src/Mod/CAM/libarea/Adaptive.cpp b/src/Mod/CAM/libarea/Adaptive.cpp index 409c6ba241..d4056f8312 100644 --- a/src/Mod/CAM/libarea/Adaptive.cpp +++ b/src/Mod/CAM/libarea/Adaptive.cpp @@ -3015,9 +3015,6 @@ void Adaptive2d::ProcessPolyNode(Paths boundPaths, Paths toolBoundPaths) } break; } - if (iteration > 5 && fabs(error - prev_error) < 0.001) { - break; - } if (iteration == MAX_ITERATIONS - 1) { total_exceeded++; }