AlinMF3 Posted March 17, 2009 Posted March 17, 2009 In autocad 2008 when i open a new drawing, the global scale factor is set to 99.9. i change the scale factor to 1, but when i'm reopening the file, the global scale factor automatically changes to 99.9. of course, i want for the scale factor to remain 1. do you know what can i do to solve this problem? thank you Quote
AlinMF3 Posted March 17, 2009 Author Posted March 17, 2009 in the linetype manager window, under details is the "Global scale factor", which automatically changes to 99.9 after opening a drawing, even if this scale factor is set, before closing that file, to 1. Quote
Lee Mac Posted March 18, 2009 Posted March 18, 2009 Sounds like the LTSCALE variable is being set upon start-up. Check your ACADDOC.lsp or ACAD.lsp for lines that might be setting this variable to 99.9 something like (setvar "LTSCALE" 99.9) 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.