Path: Adaptive - fix
This commit is contained in:
@@ -102,7 +102,7 @@ namespace AdaptivePath {
|
||||
double CalcCutArea(Clipper & clip,const IntPoint &toolPos, const IntPoint &newToolPos, const Paths &cleared_paths, bool preventConvetionalMode=true);
|
||||
void AppendToolPath(TPaths &progressPaths,AdaptiveOutput & output,const Path & passToolPath,const Paths & cleared,const Paths & toolBoundPaths);
|
||||
bool IsClearPath(const Path & path,const Paths & cleared, double safetyDistanceScaled=0);
|
||||
bool IsAllowedToCutTrough(const IntPoint &p1,const IntPoint &p2,const Paths & cleared,const Paths & toolBoundPaths);
|
||||
bool IsAllowedToCutTrough(const IntPoint &p1,const IntPoint &p2,const Paths & cleared,const Paths & toolBoundPaths, double areaFactor=1.5);
|
||||
|
||||
friend class EngagePoint; // for CalcCutArea
|
||||
|
||||
|
||||
Reference in New Issue
Block a user