TheSwamp

CAD Forums => CAD General => Topic started by: AUTOKAD on October 16, 2008, 02:44:51 PM

Title: scales
Post by: AUTOKAD on October 16, 2008, 02:44:51 PM
Hello

why are there so many scales? (see attached). how to get rid of this. Please help thanks
Title: Re: scales
Post by: ronjonp on October 16, 2008, 02:53:07 PM
http://www.theswamp.org/index.php?topic=21794.msg263371#msg263371
Title: Re: scales
Post by: jonesy on October 16, 2008, 02:53:18 PM
you need to reset the scalelist. Theres a lisp floating around theswamp, but I think theres also a native autoCAD command that resets the scalelist. (Scalelistedit I think does the trick)
Title: Re: scales
Post by: Gliderider on October 16, 2008, 03:04:42 PM
-scalelistedit > reset
if you have too many scales it may not work so you may want to look at this...
http://autodesk.blogs.com/between_the_lines/2008/04/scale-list-clea.html
Title: Re: scales
Post by: Krushert on October 16, 2008, 04:19:33 PM
even with the sevice patch installed I will still get them but I delete them upon opening of drawing files

add this to your start up.
Code: [Select]
     
(command "-scalelistedit" "R" "Y" "E" ) ; DELETES MEMORY SUCKING XREF SCALELIST
(command "-purge" "R" "*" "n"); Purges all annoying RegApps