Adaptive - finer tolerances for path cleaning
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user