trilok2047 Posted June 26, 2012 Posted June 26, 2012 When I open Autocad, Each time I have to manage units, grids,limits....... how can i get rid of this???? I dont want to set each time same things when i open autocad ..... Quote
f700es Posted June 26, 2012 Posted June 26, 2012 Set things like you want them and then save as a dwt (template file). Then you can open it and have it all set for you. Quote
ReMark Posted June 26, 2012 Posted June 26, 2012 Think about some of the other things you can add to this master template such as layers, text and dimension styles, system variables that you want preset too. Do you have a title block and border drawn up? Well throw that in there too (in your layout where it belongs). Quote
JD Mather Posted June 26, 2012 Posted June 26, 2012 I haven't used limts or grid since '87 of the last century - but as indicated you can set all of this stuff including standard borders, title blocks, layer settings, dimension styles, printer settings ....and more, in your template file and then forget it. Set it once and forget it. That work is done. Quote
trilok2047 Posted June 26, 2012 Author Posted June 26, 2012 It worked very well....... thanks a lot.......... Quote
rkent Posted June 26, 2012 Posted June 26, 2012 ...then open Options>Files, find Template Settings, Default Template File Name for QNEW, navigate to your template file and pick it. Now when you start a new file it will automatically use the template you setup. Quote
BlackBox Posted June 26, 2012 Posted June 26, 2012 Dog-pile... _OR_ added to AcadDoc.lsp: (vl-load-com) (foreach item '((gridmode 0) (limcheck 0) (lunits 2)) (vl-catch-all-apply 'setvar item)) Quote
Dadgad Posted June 27, 2012 Posted June 27, 2012 Just make sure that you create your template on a template which is in your preferred units of measure, meaning either Metric or Imperial. 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.