<?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: How to change grid line colour? in AutoCAD for Mac Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/how-to-change-grid-line-colour/m-p/12247612#M10186</link>
    <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14260111"&gt;@alastair_leith&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have full AutoCAD or AutoCAD LT?&lt;/P&gt;&lt;P&gt;Can you show screenshot of what you see, when you paste all 3 lines of code (or one by one) to the command window and hit Return after tat?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 18 Sep 2023 09:08:24 GMT</pubDate>
    <dc:creator>maxim_k</dc:creator>
    <dc:date>2023-09-18T09:08:24Z</dc:date>
    <item>
      <title>How to change grid line colour?</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/how-to-change-grid-line-colour/m-p/9496642#M10171</link>
      <description>&lt;P&gt;Hi everyone!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For some reason I can't work out how to change the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;colour of the grid lines&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;so would really appreciate some help. I'm running&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;AutoCAD 2018&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;on&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;U&gt;&lt;STRONG&gt;MacOS&lt;/STRONG&gt;&lt;/U&gt;, and I've looked all over the internet but can't find a solution! Everything I have found has been for Windows, so the variation in menus between the two has made it hard or impossible to follow, especially for a beginner! Snap and Grid tab under Drafting settings doesn't have a colour option, and neither do any of the tabs in Preferences. Am going insane trying to do this! Was making a grid with A4 sized squares so I can join 2 printed layouts together; I'm an architecture student and the lockdown has meant I can't access any large printers unfortunately. All I want is an A3 site plan to be able to trace, and thought this would be an easy process I could repeat if needed whilst we are stuck at home! I'd appreciate any help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Previously posted to the main AutoCAD forum and wasn't aware of this Mac one!!&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 15:47:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/how-to-change-grid-line-colour/m-p/9496642#M10171</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-06T15:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to change grid line colour?</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/how-to-change-grid-line-colour/m-p/9496939#M10172</link>
      <description>Hi Nick,&lt;BR /&gt;&lt;BR /&gt;There is no way to change color of grid lines with Preferences or Settings in AutoCAD for Mac, but it is possible to change it by altering environment variable with AutoLISP (setenv ....) function:&lt;BR /&gt;&lt;A href="https://help.autodesk.com/view/OARXMAC/2019/ENU/?guid=GUID-0C2E8222-62A8-4529-8A8A-58AAB2A5F23B" target="_blank"&gt;https://help.autodesk.com/view/OARXMAC/2019/ENU/?guid=GUID-0C2E8222-62A8-4529-8A8A-58AAB2A5F23B&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;But the difficulty is that the color number to be assigned must be specified in a special format that does not match the standard AutoCAD color numbers.&lt;BR /&gt;Assuming you are using full AutoCAD (not LT), I can help you with (setenv) arguments - variable name and value (color number).&lt;BR /&gt;What color you want to have for grid?&lt;BR /&gt;</description>
      <pubDate>Wed, 06 May 2020 17:50:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/how-to-change-grid-line-colour/m-p/9496939#M10172</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2020-05-06T17:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to change grid line colour?</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/how-to-change-grid-line-colour/m-p/9496946#M10173</link>
      <description>Not an automatic feature of AutoCAD in any OS: use PLOT with the WINDOW selection option, or PLOT to PDF then find a PDF viewer that will split sheets up for you.&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Wed, 06 May 2020 17:53:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/how-to-change-grid-line-colour/m-p/9496946#M10173</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2020-05-06T17:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to change grid line colour?</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/how-to-change-grid-line-colour/m-p/9496975#M10174</link>
      <description>&lt;P&gt;Thanks for replying, this is much appreciated. I have the full version, just on a free student license so all should work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wanted something just a bit brighter really. A light blue if possible?&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 17:59:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/how-to-change-grid-line-colour/m-p/9496975#M10174</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-06T17:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to change grid line colour?</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/how-to-change-grid-line-colour/m-p/9497082#M10175</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;A light blue if possible?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;OK.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Try this:&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;(setenv "2D Model grid axis lines color" "13942131")
(setenv "2D Model grid major lines color" "14733209")
(setenv "2D Model grid minor lines color" "15129005")&lt;/LI-CODE&gt;
&lt;P&gt;Copy-paste strings to command line and hit Return. Create new drawing and look at grid color.&lt;/P&gt;
&lt;P&gt;This is what you need?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To restore default colours you need to use these statements:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;(setenv "2D Model grid axis lines color" "6114631")
(setenv "2D Model grid major lines color" "6901577")
(setenv "2D Model grid minor lines color" "4732722")&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 18:41:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/how-to-change-grid-line-colour/m-p/9497082#M10175</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2020-05-06T18:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to change grid line colour?</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/how-to-change-grid-line-colour/m-p/9498431#M10176</link>
      <description>&lt;P&gt;Sorry for the late reply, I just tried it! Worked perfectly thank you!!! I'll keep those command lines for future reference. Glad its not too tricky.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2020 09:01:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/how-to-change-grid-line-colour/m-p/9498431#M10176</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-07T09:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to change grid line colour?</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/how-to-change-grid-line-colour/m-p/11533210#M10177</link>
      <description>&lt;P&gt;I have tried this and it worked. However, I would like it to make it seen when exporting it into a pdf or printing. How will that be possible please?&lt;/P&gt;</description>
      <pubDate>Sat, 05 Nov 2022 17:49:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/how-to-change-grid-line-colour/m-p/11533210#M10177</guid>
      <dc:creator>raissa.spiteri2VN2F</dc:creator>
      <dc:date>2022-11-05T17:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to change grid line colour?</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/how-to-change-grid-line-colour/m-p/11534289#M10178</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/13080635"&gt;@raissa.spiteri2VN2F&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The grid you see inside drawing canvas&amp;nbsp;&lt;SPAN&gt;is for display purposes only, it is a&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;visual aid and never prints.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you want to print grid lines, you need to create your own grid in the&amp;nbsp;&lt;/SPAN&gt;drawing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Nov 2022 16:36:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/how-to-change-grid-line-colour/m-p/11534289#M10178</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2022-11-06T16:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to change grid line colour?</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/how-to-change-grid-line-colour/m-p/11536591#M10179</link>
      <description>&lt;P&gt;Thank you for your reply.&amp;nbsp;&lt;BR /&gt;I tried to recreate the grid but seems to be shifting constantly and when compared to the actual measurements it is not precise.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2022 18:15:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/how-to-change-grid-line-colour/m-p/11536591#M10179</guid>
      <dc:creator>raissa.spiteri2VN2F</dc:creator>
      <dc:date>2022-11-07T18:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to change grid line colour?</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/how-to-change-grid-line-colour/m-p/11536702#M10180</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/13080635"&gt;@raissa.spiteri2VN2F&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, AutoCAD grid changes when you zoom in/out, if you mean this.&lt;/P&gt;
&lt;P&gt;And if you need this behaviour in PDF or on a hard copy, you need to create different grids for different zoom levels.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2022 19:15:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/how-to-change-grid-line-colour/m-p/11536702#M10180</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2022-11-07T19:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to change grid line colour?</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/how-to-change-grid-line-colour/m-p/11537180#M10181</link>
      <description>&lt;P&gt;Understood.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again for the feedback. Much appreciated.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2022 22:54:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/how-to-change-grid-line-colour/m-p/11537180#M10181</guid>
      <dc:creator>raissa.spiteri2VN2F</dc:creator>
      <dc:date>2022-11-07T22:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to change grid line colour?</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/how-to-change-grid-line-colour/m-p/12247471#M10182</link>
      <description>&lt;P&gt;wish I could bookmark this against my account. going to need in the future again. the standard grid colour is almost invisible in some lights. why not add to Settings, they have colour settings for 10 the things! Grid colours is pretty fundamental to most modern design workflows.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2023 08:00:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/how-to-change-grid-line-colour/m-p/12247471#M10182</guid>
      <dc:creator>alastair_leith</dc:creator>
      <dc:date>2023-09-18T08:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to change grid line colour?</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/how-to-change-grid-line-colour/m-p/12247482#M10183</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/665765"&gt;@maxim_k&lt;/a&gt; Autocad for Mac 202 wont let me paste these lines into the command line for some reason. I can past them to a text app so macOS is copying them fine. Either as single lines or as three lines.&lt;BR /&gt;&lt;BR /&gt;when I click on the button to the right side of the command line panel at bottom of the screen, the command line palette moves over to the bottom left hand side of the screen and when I paste it asks me for a Paste insertion point and just pastes the text as MText. How crazy! Pretty sure I've run AutoLisp scripts in the command line a week ago and were working fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2023 08:08:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/how-to-change-grid-line-colour/m-p/12247482#M10183</guid>
      <dc:creator>alastair_leith</dc:creator>
      <dc:date>2023-09-18T08:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to change grid line colour?</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/how-to-change-grid-line-colour/m-p/12247520#M10184</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14260111"&gt;@alastair_leith&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try to use right-click context menu in the Command window:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="2023-09-18_11-25-30.png" style="width: 585px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1267798i9059340950DFC1F7/image-dimensions/585x381?v=v2" width="585" height="381" role="button" title="2023-09-18_11-25-30.png" alt="2023-09-18_11-25-30.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="2023-09-18_11-26-00.png" style="width: 631px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1267799i822917774F62AB35/image-dimensions/631x143?v=v2" width="631" height="143" role="button" title="2023-09-18_11-26-00.png" alt="2023-09-18_11-26-00.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now when the line of AutoLISP code is in the Command line, just hit Return&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;when I click on the button to the right side of the command line panel at bottom of the screen, the command line palette moves over to the bottom left hand side of the screen &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This button is for undocking Command window.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2023 08:30:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/how-to-change-grid-line-colour/m-p/12247520#M10184</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2023-09-18T08:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to change grid line colour?</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/how-to-change-grid-line-colour/m-p/12247540#M10185</link>
      <description>&lt;P&gt;so I put these commands in a LISP script and it doesn't chang the grid lines. If I make. new drawing the gird lines are the same and the command is not known. the current gridlines do not change either, after REGEN and REDRAW.&lt;BR /&gt;&lt;BR /&gt;a shame, this would be useful, and amazed it's not part of the core product in either OS, this is UI 101.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2023 08:40:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/how-to-change-grid-line-colour/m-p/12247540#M10185</guid>
      <dc:creator>alastair_leith</dc:creator>
      <dc:date>2023-09-18T08:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to change grid line colour?</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/how-to-change-grid-line-colour/m-p/12247612#M10186</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14260111"&gt;@alastair_leith&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have full AutoCAD or AutoCAD LT?&lt;/P&gt;&lt;P&gt;Can you show screenshot of what you see, when you paste all 3 lines of code (or one by one) to the command window and hit Return after tat?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2023 09:08:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/how-to-change-grid-line-colour/m-p/12247612#M10186</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2023-09-18T09:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to change grid line colour?</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/how-to-change-grid-line-colour/m-p/14147417#M37700</link>
      <description>&lt;P&gt;This was so helpful, I came with the exact same question. Thanks for your response, Maxim!&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2026 18:38:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/how-to-change-grid-line-colour/m-p/14147417#M37700</guid>
      <dc:creator>sbrick53639</dc:creator>
      <dc:date>2026-05-29T18:38:12Z</dc:date>
    </item>
  </channel>
</rss>

