<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Auto-text and OSNAP... in Fabrication CADmep Forum</title>
    <link>https://forums.autodesk.com/t5/fabrication-cadmep-forum/auto-text-and-osnap/m-p/6648306#M2047</link>
    <description>&lt;P&gt;I did discover the spooldim file, but fiddling with the osnap setting within made no difference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That lisp however works brilliantly &lt;img class="lia-deferred-image lia-image-emoji" src="https://forums.autodesk.com/html/@52DD5CAA117B8E6D1060E0DBC4350F57/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks very much indeed, you've made a monotonous dull job a heck of a lot quicker and less annoying &lt;img class="lia-deferred-image lia-image-emoji" src="https://forums.autodesk.com/html/@52DD5CAA117B8E6D1060E0DBC4350F57/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Oct 2016 23:45:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-10-26T23:45:14Z</dc:date>
    <item>
      <title>Auto-text and OSNAP...</title>
      <link>https://forums.autodesk.com/t5/fabrication-cadmep-forum/auto-text-and-osnap/m-p/6641460#M2037</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone tell me why, that when I add size text or level text etc (autotext), my OSNAP gets turned off and I have to manually turn it on or shift-right click to select an osnap?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's very annoying when I'm adding loads of sizes etc en mass.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2016 13:55:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fabrication-cadmep-forum/auto-text-and-osnap/m-p/6641460#M2037</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-24T13:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Auto-text and OSNAP...</title>
      <link>https://forums.autodesk.com/t5/fabrication-cadmep-forum/auto-text-and-osnap/m-p/6642078#M2038</link>
      <description>&lt;P&gt;At this point I use my own annotation tools more often than the native ones, but from what I can remember I've never seen the setting you want. It may not exist, but&amp;nbsp;I know they added the ability to regulate snaps during &lt;EM&gt;SPOOLDIM&lt;/EM&gt; in the SPOOL.INI. So, maybe it is hiding in there somewhere too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, if you can't find it, then you could use this as a bandaid. Make yourself a text file, paste this code into it, change the extension to LSP and add it to your startup or just load it when you have a lot of annotation work to do. When the AutoCAD OSMode system variable is set to zero (like when pulling elevations) it will kick in setting it back to your desired value; currently set to&amp;nbsp;72 which is node &amp;amp; insertion.&lt;/P&gt;&lt;PRE&gt;(defun MySnapReactor (a b)
  (if (= (getvar "osmode") 0)
    (setvar "osmode" 72)) ;Set your desired OSnap Settings Here
  )
(vlr-sysvar-reactor nil '((:vlr-sysvarchanged . MySnapReactor)))&lt;/PRE&gt;</description>
      <pubDate>Mon, 24 Oct 2016 17:42:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fabrication-cadmep-forum/auto-text-and-osnap/m-p/6642078#M2038</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-24T17:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Auto-text and OSNAP...</title>
      <link>https://forums.autodesk.com/t5/fabrication-cadmep-forum/auto-text-and-osnap/m-p/6648306#M2047</link>
      <description>&lt;P&gt;I did discover the spooldim file, but fiddling with the osnap setting within made no difference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That lisp however works brilliantly &lt;img class="lia-deferred-image lia-image-emoji" src="https://forums.autodesk.com/html/@52DD5CAA117B8E6D1060E0DBC4350F57/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks very much indeed, you've made a monotonous dull job a heck of a lot quicker and less annoying &lt;img class="lia-deferred-image lia-image-emoji" src="https://forums.autodesk.com/html/@52DD5CAA117B8E6D1060E0DBC4350F57/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2016 23:45:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fabrication-cadmep-forum/auto-text-and-osnap/m-p/6648306#M2047</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-26T23:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Auto-text and OSNAP...</title>
      <link>https://forums.autodesk.com/t5/fabrication-cadmep-forum/auto-text-and-osnap/m-p/6652247#M2055</link>
      <description>&lt;P&gt;Check out this video it explains the OSNAPS in &amp;nbsp;the spool.ini file. It starts at 25 min. in.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=Fv1Mh4Tfm5c" target="_blank"&gt;https://www.youtube.com/watch?v=Fv1Mh4Tfm5c&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2016 02:05:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fabrication-cadmep-forum/auto-text-and-osnap/m-p/6652247#M2055</guid>
      <dc:creator>slottoffmechanical</dc:creator>
      <dc:date>2016-10-28T02:05:40Z</dc:date>
    </item>
  </channel>
</rss>

