Hideprecision = 1

Hideprecision = 1

maciej0202g
Contributor Contributor
458 Views
3 Replies
Message 1 of 4

Hideprecision = 1

maciej0202g
Contributor
Contributor

Good evening, is it possible to turn on the Hideprecision = 1 command automatically? Sometimes I forget to turn it on before plotting. He works with Autocad 2015

0 Likes
Accepted solutions (1)
459 Views
3 Replies
Replies (3)
Message 2 of 4

komondormrex
Mentor
Mentor
0 Likes
Message 3 of 4

Kent1Cooper
Consultant
Consultant
Accepted solution

That System Variable became obsolete with Acad 2018.  But under versions that still have it, from the options in the link in Message 2, I would use the acaddoc.lsp approach [it runs in every drawing you open or create], in which I would put [assuming this one works like most System Variables]:

(setvar 'hideprecision 1)

Kent Cooper, AIA
0 Likes
Message 4 of 4

Sea-Haven
Mentor
Mentor

Not sure about 2015 long time ago, using Appload, Start up Suite. You can add a custom lisp, that has all your variable settings, plus defun shortcuts etc. It will load on startup. That is what I have used for years, staying away from editing acaddoc.lsp.

0 Likes