Path: Adaptive - cleanup

This commit is contained in:
kreso-t
2018-09-01 20:40:32 +02:00
committed by wmayer
parent b127dcc88d
commit 4c33035276
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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