You know what... one thing you need to consider... and almost always the case for our cad guys here.
when you think you did everything right (LTSCALES and the like) and the problem is still there?
just reload the Linetypes
Something like this
- ;; Credit to Alanjt ;;(defun rlt ()(command "_.-linetype" "_load" "*" "acad.lin")(while (eq 1 (logand 1 (getvar 'cmdactive))) (command "")))
|