From 0cbc401f7d61f6cae4b59889cefa846b8730ebbb Mon Sep 17 00:00:00 2001 From: kreso-t Date: Sat, 1 Sep 2018 20:40:32 +0200 Subject: [PATCH] Path: Adaptive - cleanup --- src/Mod/Path/libarea/Adaptive.cpp | 2 +- src/Mod/Path/libarea/Adaptive.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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