Add a tolerance threshold optional flag to gmclash - ignore clashes below the threshold
Compare changes
@@ -51,6 +51,7 @@ public:
@@ -66,6 +67,7 @@ public:
@@ -123,6 +125,7 @@ private:
Add a tolerance threshold optional flag to gmclash (-t
). The default value is zero. If the flag is used a distance in millimeters must be indicated. Then gmclash ignores clashes below that threshold value.
FYI @dellacqu