diff --git a/src/control/cad.js b/src/control/cad.js index 1be20491..ccc98a3a 100644 --- a/src/control/cad.js +++ b/src/control/cad.js @@ -75,7 +75,7 @@ class CadControl extends Control { showOrthoLines: true, showSegmentLines: true, showVerticalAndHorizontalLines: true, - snapPointDist: 10, + snapPointDist: 30, snapLinesOrder: ['ortho', 'segment', 'vh'], showSnapPointsOnlyOnPoints: false, ...options,