Jump to content

starting tip mbuttonpan,fill.


Recommended Posts

Posted

hi

enyone know this tip how to fix mbuttonpan and fill

new .dwg open always enter mbuttonpan=1, fill=on i want tip how to fix it

Posted

Follow the following steps carefully:

 

  • Open AutoCAD to a new blank drawing.

 

  • At the command-line, type:
    (findfile "acaddoc.lsp")


 

  • If the above returns a filepath, navigate to the file in Windows Explorer and open the file in notepad.

 

  • If the above returns nil, open notepad and save the new file as acaddoc.lsp (ensure 'Save As Type' is set to 'All Files') to an AutoCAD Support File Search Path (these paths are listed in the Files tab of the Options menu in AutoCAD).

 

  • On a new line in the new/existing acaddoc.lsp file, type the following:
    (setvar 'mbuttonpan 1) (setvar 'fillmode 1) (princ)


 

  • Save the modified acaddoc.lsp file.

Posted

Thank you Lee Mac thank you very much

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