cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Limits change should save

Limits change should save

When drawing limits are changed on a drawing they should be saved when pressing the next or previous project drawing arrow.

Currently they are not.

I went through all 125 drawings in my project changing the limits and none of them saved.

Then printed not realizing they didn't save. When printing I print the limits of my drawings and the whole 125 page set came out wrong.

not so good.......

1 Comment
rhesusminus
Mentor

This really should be changed to save the drawing whenever DBMOD <> 0

 

The workaround at the moment, would be to run this as a script project wide.

 

This script should take care of it:

(setq oldosmode (getvar "OSMODE"))
(setvar "OSMODE" 0)
LIMITS
0,0
10,10
(setvar "OSMODE" oldosmode)
qsave

Can't find what you're looking for? Ask the community or share your knowledge.

Submit Idea  

Technology Administrators


AutoCAD Beta