SuperCAD Posted January 16, 2009 Posted January 16, 2009 I don't know how, or why, this variable changed. My PLINETYPE variable ALWAYS resets itself to 0 (zero) and I can't figure out how to change it back permanently. I don't want to have to type in PLINETYPE each time I open or start a drawing, but I can't figure out how to do it. I searched the site, I exhausted Google, but I can't find an answer. What can I do (besides anything LISP related) to fix this? Quote
lpseifert Posted January 16, 2009 Posted January 16, 2009 The variable is saved in the dwg; If you save the dwg with plinetype=1 and it opens with it =0, then some 3rd party or startup app is probably changing it. If that's the case you'll need to narrow it down to what app is causing it to change. If it's just in new drawings, set your Plinetype variable in your template file(s) and/or add this to your acaddoc.lsp file (setvar "plinetype" 1); or 2 uh oh... that's lisp Quote
Cad64 Posted January 18, 2009 Posted January 18, 2009 You'll have better luck getting answers if you name your threads descriptively. I've changed the thread title for you. I agree with lpseifert. Add that line of code to your acaddoc.lsp and it should solve the problem. 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.