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.
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.
It saves in the drawing, you have to make a startup for that sysvar.
Did you have in the acaddoc.lsp before?
It saves in the drawing, you have to make a startup for that sysvar.
Did you have in the acaddoc.lsp before?
Save this .lsp to your acad SUPPORT folder.
and restart your Autocad.
Save this .lsp to your acad SUPPORT folder.
and restart your Autocad.
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.
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.