Hello,
Is there a way to keep ORTHO mode active even when switching between files? It used to be this way in earlier versions of AutoCAD but now I have to switch it in every new file.
Thanks
Solved! Go to Solution.
Solved by TomBeauford. Go to Solution.
Add this line into your acaddoc.lsp file:
(setvar 'orthomode 1)
F8 toggles ortho as well as working as a temporary override while in a command prompting for a point same as the Shift key.
Can't find what you're looking for? Ask the community or share your knowledge.