<?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: AutoCAD grid snap in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/autocad-grid-snap/m-p/9049538#M127128</link>
    <description>&lt;P&gt;Just a rough example attached&lt;/P&gt;</description>
    <pubDate>Thu, 26 Sep 2019 10:51:59 GMT</pubDate>
    <dc:creator>chrisreynolds</dc:creator>
    <dc:date>2019-09-26T10:51:59Z</dc:date>
    <item>
      <title>AutoCAD grid snap</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-grid-snap/m-p/9040107#M127121</link>
      <description>&lt;P&gt;Is there a way to permanently turn OFF the grid snap feature?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Every time I open a new drawing or import a dxf/dwg the grid snap is ON, once turned OFF it remains OFF, just need it to be OFF when starting as it is the most annoying feature ever!!!!!&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2019 09:33:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-grid-snap/m-p/9040107#M127121</guid>
      <dc:creator>chrisreynolds</dc:creator>
      <dc:date>2019-09-23T09:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD grid snap</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-grid-snap/m-p/9040140#M127122</link>
      <description>&lt;P&gt;try to set SNAPMODE and GRIDMODE to 0 and see if helps. thanks&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2019 09:48:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-grid-snap/m-p/9040140#M127122</guid>
      <dc:creator>ennujozlagam</dc:creator>
      <dc:date>2019-09-23T09:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD grid snap</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-grid-snap/m-p/9040192#M127123</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;both, snap as well as grid, are stored in the dwg-file, so as you wrote, change the setting in the file and save it.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;For new files: you can edit your template DWT, change the settings inside that DWT, save it as your default template, so every time you start a new drawing (which uses this DWT) will have these settings OFF.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might also edit your ACADDOC.LSP and add these 2 lines, this will then be executed every time you create a dwg-file or you open a dwg-file.&lt;/P&gt;
&lt;PRE&gt;(setvar "GRIDMODE" 0)
(setvar "SNAPMODE" 0)&lt;/PRE&gt;
&lt;P&gt;More details to auto-run LISP statements can be found &lt;A href="https://knowledge.autodesk.com/search-result/caas/CloudHelp/cloudhelp/2019/ENU/AutoCAD-Customization/files/GUID-FDB4038D-1620-4A56-8824-D37729D42520-htm.html" target="_blank" rel="noopener"&gt;&amp;gt;&amp;gt;&amp;gt;here&amp;lt;&amp;lt;&amp;lt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2019 10:12:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-grid-snap/m-p/9040192#M127123</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2019-09-23T10:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD grid snap</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-grid-snap/m-p/9049417#M127124</link>
      <description>&lt;P&gt;Hi thanks for your replys.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The dxf files are ones exported from our Inventor 2019 design suite, as soon as I open them the grid snap in ON, is it AutoCAD or Inventor that set this up?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The lsp part sounds good but where do I find the file to edit &amp;amp; where do I enter the new lines please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit:&lt;/P&gt;&lt;P&gt;New files from AutoCAD now no longer have grid snap on when creating, Imported files which were created in Inventor still have the same problem&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 10:09:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-grid-snap/m-p/9049417#M127124</guid>
      <dc:creator>chrisreynolds</dc:creator>
      <dc:date>2019-09-26T10:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD grid snap</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-grid-snap/m-p/9049468#M127125</link>
      <description>&lt;P&gt;Search for GRIDMODE and SNAPMODE in your (AutoCAD) Help,&lt;/P&gt;
&lt;P&gt;there you can read the values are stored in the FILE(Drawing).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you using a dwg/dxf-template in Inventor? Then you have to edit this template file&lt;/P&gt;
&lt;P&gt;&amp;lt;sorry, i am not an inventor user, so i don't know how the exports words on this side&amp;gt;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;Are you using a dwg/dxf-"Setup file", an INI File or anything like this? Then you have to edit this setting there.&lt;/P&gt;
&lt;P&gt;I remember "exportdxf.ini" ??&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't know if you can set a variable directly in this ini File (and i can't find the documentation),&lt;/P&gt;
&lt;P&gt;but you able to use a template (it looks like that) -&amp;gt; AUTOCAD TEMPLATE=&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Back to a template file: Set your variables there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 10:12:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-grid-snap/m-p/9049468#M127125</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2019-09-26T10:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD grid snap</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-grid-snap/m-p/9049500#M127126</link>
      <description>&lt;P&gt;We basically model all of our tooling in Inventor, create all dwg files in Inventor for printing, then 'save copy as' .dxf to enable us to get files for use on the shop floor, we open the files in AutoCAD &amp;amp; strip off all of the unnecessary lines &amp;amp; borders etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is as soon as the file is opened the grid snap is ON.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We create a turned profile for some of the more complex parts using the dxf, this is where the issue is, until the grid snap is turned OFF is causes problems modifying the already correct dxf to make the required profile, if it 'snaps' to a grid which may only be close to an endpoint the profile is incorrect. I know it just means clicking grid off when opening a file but some days we are doing this 30-40 times, If we miss one parts are made wrong.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 10:28:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-grid-snap/m-p/9049500#M127126</guid>
      <dc:creator>chrisreynolds</dc:creator>
      <dc:date>2019-09-26T10:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD grid snap</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-grid-snap/m-p/9049513#M127127</link>
      <description>&lt;P&gt;Thank you for explanation &amp;amp; smalltalk.&lt;/P&gt;
&lt;P&gt;30-40 a day?&lt;/P&gt;
&lt;P&gt;Thenyou should use a SCRIPT file (or macro or tool) to do many steps by one click, one step is to set wanted variables like snap&amp;amp;gridmode).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Feel free to upload an original DXF (never saved in acad, just fresh from INV) and we take a look.&lt;/P&gt;
&lt;P&gt;Sorry to say i can not help on INV side, this the AutoCAD forums and i can support just AutoCAD questions, not INV.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 10:38:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-grid-snap/m-p/9049513#M127127</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2019-09-26T10:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD grid snap</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-grid-snap/m-p/9049538#M127128</link>
      <description>&lt;P&gt;Just a rough example attached&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 10:51:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-grid-snap/m-p/9049538#M127128</guid>
      <dc:creator>chrisreynolds</dc:creator>
      <dc:date>2019-09-26T10:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD grid snap</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-grid-snap/m-p/9049567#M127129</link>
      <description>&lt;P&gt;As&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/71745"&gt;@cadffm&lt;/a&gt; suggested, you can have AutoCAD automatically set a variety of things when you open any drawing.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 11:06:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-grid-snap/m-p/9049567#M127129</guid>
      <dc:creator>RobDraw</dc:creator>
      <dc:date>2019-09-26T11:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD grid snap</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-grid-snap/m-p/9049606#M127130</link>
      <description>&lt;P&gt;I checked the DXF and there is the information stored inside the DXF that SNAPMODE is on.&lt;/P&gt;
&lt;P&gt;So the problem is not on AutoCADs side.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am sure you will get help here for things on AutoCAD side, but i am out at this point.&lt;/P&gt;
&lt;P&gt;Good luck&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 11:27:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-grid-snap/m-p/9049606#M127130</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2019-09-26T11:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD grid snap</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-grid-snap/m-p/9049613#M127131</link>
      <description>&lt;P&gt;Thanks, I have just done a few checks on dxf/dwg files we have received from customers &amp;amp; the same thing happens.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So it looks like what you say, there must be something that can be altered in the file open sequence to stop it, maybe&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 11:32:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-grid-snap/m-p/9049613#M127131</guid>
      <dc:creator>chrisreynolds</dc:creator>
      <dc:date>2019-09-26T11:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD grid snap</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-grid-snap/m-p/9049620#M127132</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color="#333399"&gt;&amp;gt;&amp;gt; there must be something that can be altered in the file &lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color="#333399"&gt;&amp;gt;&amp;gt; open sequence to stop it, maybe&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Post 3 in this thread ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 11:35:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-grid-snap/m-p/9049620#M127132</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2019-09-26T11:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD grid snap</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-grid-snap/m-p/9049629#M127133</link>
      <description>&lt;P&gt;The Information SNAPMODE=ON is stored in the DXF file.&lt;/P&gt;
&lt;P&gt;Is it possible to setup your INV Export to set SNAPMODE=OFF ? I don't know (because i am not an INV User, but i guess you can setup a template file for this)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What you can do and Alfred wrote above:&lt;/P&gt;
&lt;P&gt;Edit the Open-process in AutoCAD. Alfreds sample will work just for the current viewport,&lt;/P&gt;
&lt;P&gt;but for your special case (DXF export from INV) it's working like expected (not bullet proop, but better than nothing)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Open AutoCAD, OPTIONS, FILES -&amp;gt; Add a new path for your customizing things to the first (support path) node.&lt;/P&gt;
&lt;P&gt;Start a simple Texteditor and add Alfreds lines,&lt;/P&gt;
&lt;P&gt;save the files into your new folder with this name: ACADDOC.lsp&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thats all.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 11:40:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-grid-snap/m-p/9049629#M127133</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2019-09-26T11:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD grid snap</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-grid-snap/m-p/9049630#M127134</link>
      <description>&lt;P&gt;Where is the file to alter these please?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 11:40:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-grid-snap/m-p/9049630#M127134</guid>
      <dc:creator>chrisreynolds</dc:creator>
      <dc:date>2019-09-26T11:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD grid snap</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-grid-snap/m-p/9049648#M127135</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;EM&gt;&amp;gt;&amp;gt; Where is the file to alter these please?&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Please use the link I have shown in my post, there you can see the details about ACADDOC.LSP, where it's stored, or where it can be stored, ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 11:44:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-grid-snap/m-p/9049648#M127135</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2019-09-26T11:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD grid snap</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-grid-snap/m-p/9049758#M127136</link>
      <description>&lt;P&gt;Great, thanks all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Managed to get my head around where it was:-&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;C:\Users\CReynolds\AppData\Roaming\Autodesk\AutoCAD 2019\R23.0\enu\Support&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;Created new text file in there called ACADDOC.txt with the info from post 3 in it, renamed it .lsp from .txt&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;Opened AutoCAD &amp;amp; got a message about 'always allow'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;Works fine now with no grid on existing files as well as on new ones.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;I'm guessing i'll just copy the new LSP to similar named folder when we upgrade to 2020 in the near future?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;Thank you all again, hopefully no more stupid grid shenanigans!!!&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 12:29:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-grid-snap/m-p/9049758#M127136</guid>
      <dc:creator>chrisreynolds</dc:creator>
      <dc:date>2019-09-26T12:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD grid snap</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-grid-snap/m-p/9050176#M127137</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/505121"&gt;@chrisreynolds&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;....\AutoCAD 2019\R23.0\enu\Support&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;Created new text file in there called ACADDOC.txt with the info from post 3 in it, renamed it .lsp from .txt&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;....&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;I'm guessing i'll just copy the new LSP to similar named folder when we upgrade to 2020 in the near future?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;....&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What I would suggest is that you make a folder at a higher level called something like AcadSupport, and put that file in it instead, and add the folder to the Support File Search Path list in the Files tab in the OPTIONS dialog box, so AutoCAD will know to look there.&amp;nbsp; Then when you upgrade, all you need to do is add that same folder to the Search Path list in the new version, rather than dig down to find the correct long-path Support folder location to copy the file into.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, if you have multiple Users, you can have that folder on a Server, and all Users can access it there.&amp;nbsp; Then with an upgrade, just add that folder to everyone's Search Path list [which should happen automatically if you choose to migrate settings], and you don't need to copy that file around to everyone's computer, and if you add things to either the acaddoc.lsp file or other files [such as custom command definitions] to that folder, they will be instantly accessible to everyone without the need to copy the edited file or added files around.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 14:32:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-grid-snap/m-p/9050176#M127137</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2019-09-26T14:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD grid snap</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-grid-snap/m-p/9050310#M127138</link>
      <description>&lt;P&gt;I fully support that, Unfortunately, I have to save the explanation and &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/505121"&gt;@chrisreynolds&lt;/a&gt;&amp;nbsp; did not follow my proposal &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/71745"&gt;@cadffm&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Open AutoCAD, OPTIONS, FILES -&amp;gt; Add a new path for your customizing things to the first (support path) node.&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 15:03:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-grid-snap/m-p/9050310#M127138</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2019-09-26T15:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD grid snap</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-grid-snap/m-p/9050345#M127139</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/71745"&gt;@cadffm&lt;/a&gt;was trying to do this between jobs here, Not familiar with any of this AutoLISP stuff at all, done a few customisations with toolbars etc, wrote a script that we run to delete all unnecessary layers from our Inventor files, and that is about as far as my AutoCAD customisation knowledge is.&lt;/P&gt;&lt;P&gt;Inventor we have wrote a script to export all our drawing sheets to pdf &amp;amp; it works a treat.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had a bit more time this afternoon to read through the post replies &amp;amp; have now managed to get it as you originally posted, was difficult to grasp earlier as I kept getting interrupted with questions &amp;amp; phone calls.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks all for your help again&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 15:11:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-grid-snap/m-p/9050345#M127139</guid>
      <dc:creator>chrisreynolds</dc:creator>
      <dc:date>2019-09-26T15:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD grid snap</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-grid-snap/m-p/9050510#M127140</link>
      <description>&lt;P&gt;Your welcome!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"done a few customisations with toolbars etc, wrote a script that we run to.."&lt;/P&gt;
&lt;P&gt;Thats the same, all these files shouldn't placed in Program/System folders!&lt;/P&gt;
&lt;P&gt;It is much better (more safe) to use your own place, local or in a network.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cu&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 16:04:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-grid-snap/m-p/9050510#M127140</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2019-09-26T16:04:05Z</dc:date>
    </item>
  </channel>
</rss>

