Jump to content

ACAD keeping selection after command??


jonathann3891

Recommended Posts

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.

cmd.jpg

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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)

repeatedselection.png

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

To eliminate lisp files and menu macros, try the .MOVE command (note the leading period).

 

 

Using .MOVE yields the same result

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...