Display full version of the post: ACAD2014 Object Snap Setting

Bob Lenz
17.04.2014, 16:14
The object snap setting do not stay checked in settings and therefor are not being saved. I have to recheck them in settings constantly. I there a remedy for this.

John Connor
17.04.2014, 17:16
Are you using any custom lisp routines?Kent Cooper had this advice for someone at the AutoDesk Discussion Groups with the same problem.Set up the ones (OSnaps) you want, then with running OSnap on, type OSMODE to find out the value of that System Variable.  Then: (setvar 'osmode 1234) will force that combination at any time [with your value in place of the 1234].

John Connor2014-04-17 17:20:54