cad_cow Posted July 12, 2013 Posted July 12, 2013 Hi, is it possible to get your Gap Tolerance setting to stick. Mine keeps reverting to 10 by default!? Quote
Dadgad Posted July 12, 2013 Posted July 12, 2013 To which type of gap tolerance are you referring? Quote
Dadgad Posted July 12, 2013 Posted July 12, 2013 ... or Hatch gap tolerance (HPGAPTOL) ? Good point nestly, I bet that is the one in question, as it is probably the most useful of the three. Wasn't this previously called HALOGAP? Quote
JD Mather Posted July 12, 2013 Posted July 12, 2013 I was thinking dimexo obviously more information is needed. My question would be, "Are you using a custom template, or are you using one of the default templates?" Quote
cad_cow Posted July 14, 2013 Author Posted July 14, 2013 Hi all! Sorry a bit late here.... So i was talking about the Hatch Gap Tolerance...... Anyone else find it keeps defaulting? Quote
cad_cow Posted July 14, 2013 Author Posted July 14, 2013 I was thinking dimexoobviously more information is needed. My question would be, "Are you using a custom template, or are you using one of the default templates?" I am using a custom template Quote
nestly Posted July 14, 2013 Posted July 14, 2013 The HPGAPTOL is stored in the registry, so perhaps you're running a lisp or macro or something that's changing it. If you use an ACADDOC.lsp, you can add this piece of code (setvar "HPGAPTOL" 0) If that doesn't work, then you're loading another custom command or lisp that's changing the gap tolerance. Quote
cad_cow Posted July 17, 2013 Author Posted July 17, 2013 The HPGAPTOL is stored in the registry, so perhaps you're running a lisp or macro or something that's changing it. If you use an ACADDOC.lsp, you can add this piece of code (setvar "HPGAPTOL" 0) If that doesn't work, then you're loading another custom command or lisp that's changing the gap tolerance. cheers for that! i shall give it a whirl Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.