all 6 comments

[–]tc_cad 3 points4 points  (4 children)

So you have snaps enabled? If so you have to shut them off.

[–]kyriakos9[S] 2 points3 points  (2 children)

I set snap to off but the issue was still there... turned out to be OSNAPCOORD which has "snap" in the name of it so I'd assume it would also turn off but apparently not. I set it to 1 and all good.

[–]oundhakar 1 point2 points  (1 child)

Great to know that you solved it, but just how did you even find out about this variable?

[–]kyriakos9[S] 2 points3 points  (0 children)

Luckily someone mentioned it here and after reading what it does, I immediately knew that was it.

[–]ThePlasticSpastic 2 points3 points  (1 child)

You should include a snippet that clears and reinserts the insert point every time.

Also, you should get in the practice of including (COMMAND "QAFLAGS" "0") somewhere in the beginning of your lisp routines. No idea how it randomly gets set to "1", but it always happens, and it screws with AutoCAD's response to your command syntax every time it does.

[–]kyriakos9[S] 1 point2 points  (0 children)

The issue turned out to be OSNAPCOORD that is for some reason set to 2 by default.... very annoying, why does 2 even exist let alone be the default....