Display full version of the post: ScaleListEdit EROR

firedlovebird
19.01.2010, 09:57

ScaleListEdit EROR-when i open a drawing in autocad 2008 i try to remove all scale's for the Ref-files but i cannt clear them .any one can help me

Ringis
19.01.2010, 14:22
With Service Pack 1 you should not have this problem 
 
At the command prompt type:
 
(command "-scalelistedit" "R" "Y" "E")
 
to get rid of these scales.
 
 
To automatically get rid of these scales everytime you open a drawig, you have to change a supportfile. Open this file (this is were my file is located)
 
C:\Program\AutoCAD Architecture 2008\Support\acad2008doc.lsp
 
Type on the third and fourth row from the end:
 
(defun c:sr () (command "-scalelistedit" "R" "Y" "E"))(C:SR)
 
Make a copy of the original file before making any changes.
Incase something goes wrong.
 
//Tobias
 
 

 

smilendetulle
20.01.2010, 13:11
I would recommend you to use "scleanupscalelist" which can be downloaded at Autodesk.com smilendetulle2010-01-20 13:12:29

Ringis
21.01.2010, 10:46
Why use the "scleanupscalelist" program? Then you have to select all your files to clean an remember all your files that have the scales.
 
Instead of making the change in the file I mentioned, It will do the work for you!
 
Anyway after installing Service pack 1, all new files will be correct.
 
//TobiasRingis2010-01-21 10:47:49

smilendetulle
21.01.2010, 14:50
The reason I recommend scleanupscalelist is because you can clean it in a whole library, instead of having to open all the drawings to clean them.The program is fast and easy to use and you can use AutoCAD at the same time to something else.

I've installed Service Pack 3 and I do not think it has helped. smilendetulle2010-01-21 14:51:48