drawing scale

drawing scale

ByronU78KM
Enthusiast Enthusiast
583 Views
7 Replies
Message 1 of 8

drawing scale

ByronU78KM
Enthusiast
Enthusiast

I would like to know how to change the listed scale at the bottom-right of the screen using lisp. for example, it reads "1/8"=1'-0" and would like to change it to "1 1/2"=1'-0".  I cannot find a way to change it in a lisp.

0 Likes
584 Views
7 Replies
Replies (7)
Message 2 of 8

pendean
Community Legend
Community Legend
0 Likes
Message 3 of 8

ByronU78KM
Enthusiast
Enthusiast

Yes I am but can't find how to change scale in lisp. anything I enter says cannot set to that.

 

thank you for the speedy response.

 

Byron

0 Likes
Message 4 of 8

paullimapa
Mentor
Mentor

already answered here:

https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/cannonscale-setvar/m-p/5530320/highl...

(setvar "cannoscale" "1-1/2\" = 1'-0\"")

Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
Message 5 of 8

ByronU78KM
Enthusiast
Enthusiast

Ok I have type this 10 times and it's still an AutoCAD rejected variable. What am I missing?

0 Likes
Message 6 of 8

paullimapa
Mentor
Mentor

Try not to type but copy and paste and make sure you have that scale listed before you try 


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes
Message 7 of 8

ByronU78KM
Enthusiast
Enthusiast

Just figured it out - No dash between 1 and 1/2 its a space

Thank you Byron

0 Likes
Message 8 of 8

pendean
Community Legend
Community Legend

@ByronU78KM wrote:

Ok I have type this 10 times and it's still an AutoCAD rejected variable. What am I missing?


You mistyped it: copy/paste the full code line, it works over an over again here

pendean_0-1702582380811.png

 

0 Likes