Adaptive - finer tolerances for path cleaning

This commit is contained in:
kreso-t
2018-08-23 17:44:55 +02:00
committed by wmayer
parent 29013240ef
commit 2b395e07b8

View File

@@ -110,8 +110,8 @@ namespace AdaptivePath {
const double ENGAGE_AREA_THR_FACTOR=0.2; // influences minimal engage area (factor relation to optimal)
const double ENGAGE_SCAN_DISTANCE_FACTOR=0.1; // influences the engage scan/stepping distance
const double CLEAN_PATH_TOLERANCE = 1;
const double FINISHING_CLEAN_PATH_TOLERANCE = 0.5;
const double CLEAN_PATH_TOLERANCE = 0.5;
const double FINISHING_CLEAN_PATH_TOLERANCE = 0.1;
// used for filtering out of insignificant cuts:
const double MIN_CUT_AREA_FACTOR = 0.02; // influences filtering of cuts that with cumulative area below threshold, reasonable value is between 0.01 and 0.1