Jump to content

Recommended Posts

Posted

i using autocad 2008. my zoomfactor default value changed to 12 and mbuttonpan to 0. i want to change it to 60 and 1 as default but every time it changes to 12 and 0 when i open autocad.please help me about this problem.

Posted

Both system variables are saved in the Registry, so they should default to to your changes...

Maybe something in your Startup Suite or perhaps a third party application is changing them when you open a drawing.

 

You could try adding this to your acaddoc.lsp file, but if your problem is caused by a 3rd party app that loads after acaddoc.lsp, it probably won't work.

(setvar "zoomfactor" 60)
(setvar "mbuttonpan" 1)

Posted

where to put the code

(setvar "zoomfactor" 60)

(setvar "mbuttonpan" 1)

 

in the acaddoc.lsp file can you provide me the whole code.

Posted

Put the code (already provided) in your acaddoc.lsp file. If you don't have one, create it.

Look in Help for acaddoc.lsp.

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...