jonathann3891 Posted January 25, 2016 Posted January 25, 2016 This morning AutoCAD started acting weird and I cant figure out what happen. After certain commands like MOVE, AutoCAD is selecting last. Is there a system variable or something to disable this? Attached is a screen shot of my command line. Quote
rkmcswain Posted January 25, 2016 Posted January 25, 2016 So you did not manually enter "!previousSelection"? Quote
jonathann3891 Posted January 25, 2016 Author Posted January 25, 2016 No. Its doing that all on its own Quote
rkmcswain Posted January 25, 2016 Posted January 25, 2016 Never seen that before. Are you typing in the commands (MOVE, etc.), or picking from a ribbon, menu, tool palette, etc.? Make sure QAFLAGS = 0. Quote
jonathann3891 Posted January 25, 2016 Author Posted January 25, 2016 QAFLAGS is set to zero It doesn't matter whether I use the command or ribbon, the same thing is happening. Quote
jonathann3891 Posted January 25, 2016 Author Posted January 25, 2016 I've also unloaded all lisp files to see if one of them was causing this. Quote
ReMark Posted January 25, 2016 Posted January 25, 2016 What changes or tweaks to the program were made prior to this behavior occurring? Did you create or download any new lisp routines? Quote
jonathann3891 Posted January 25, 2016 Author Posted January 25, 2016 I haven't made any changes to AutoCAD what so ever. I mess around with creating and trying lisp files all the time. I've unloaded all lisp files and this didn't resolve the issue. Quote
TheCADnoob Posted January 25, 2016 Posted January 25, 2016 what is the command string in your CUI? Should probably be something like : $M=$(if,$(eq,$(substr,$(getvar,cmdnames),1,4),GRIP),_move,^C^C_move) Quote
ReMark Posted January 25, 2016 Posted January 25, 2016 If it were the command string then someone would have had to alter it correct? Quote
TheCADnoob Posted January 25, 2016 Posted January 25, 2016 as far as i know this is the case... but thats not saying much. I do know that I work with individuals who might take advantage of some one leaving their workstation unattended. Quote
rkmcswain Posted January 25, 2016 Posted January 25, 2016 To eliminate lisp files and menu macros, try the .MOVE command (note the leading period). Quote
jonathann3891 Posted January 27, 2016 Author Posted January 27, 2016 what is the command string in your CUI? Should probably be something like : $M=$(if,$(eq,$(substr,$(getvar,cmdnames),1,4),GRIP),_move,^C^C_move) Yes, its exactly that! Quote
jonathann3891 Posted January 27, 2016 Author Posted January 27, 2016 To eliminate lisp files and menu macros, try the .MOVE command (note the leading period). Using .MOVE yields the same result Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.