Skip to content

Commit

Permalink
fix: change default snap point dist
Browse files Browse the repository at this point in the history
  • Loading branch information
oterral committed Sep 26, 2024
1 parent 445a70c commit f683003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/control/cad.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f683003

Please sign in to comment.