diff --git a/src/Mod/Path/libarea/Adaptive.cpp b/src/Mod/Path/libarea/Adaptive.cpp index aaa2d2e09f..9cd04a92f6 100644 --- a/src/Mod/Path/libarea/Adaptive.cpp +++ b/src/Mod/Path/libarea/Adaptive.cpp @@ -1098,7 +1098,7 @@ namespace AdaptivePath { clip.AddPaths(stockInputPaths,PolyType::ptClip, true); clip.Execute(ClipType::ctDifference,cleared); - AddPathsToProgress(progressPaths,cleared); + //AddPathsToProgress(progressPaths,cleared); entryPoint=checkPoint; toolPos = entryPoint; // find tool dir diff --git a/src/Mod/Path/libarea/Adaptive.hpp b/src/Mod/Path/libarea/Adaptive.hpp index ff9351107b..fef1dc33ca 100644 --- a/src/Mod/Path/libarea/Adaptive.hpp +++ b/src/Mod/Path/libarea/Adaptive.hpp @@ -125,7 +125,7 @@ namespace AdaptivePath { const long POINTS_PER_PASS_LIMIT = __LONG_MAX__; // limit used while debugging const time_t PROGRESS_TICKS = CLOCKS_PER_SEC/20; // progress report interval - const long OVERSHOOT_ADDON_DIST=10; + const long OVERSHOOT_ADDON_DIST=2; }; } #endif \ No newline at end of file