121madhu Posted July 27, 2013 Posted July 27, 2013 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 Quote
Lee Mac Posted July 27, 2013 Posted July 27, 2013 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. Quote
121madhu Posted July 28, 2013 Author Posted July 28, 2013 Thank you Lee Mac thank you very much 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.