<?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: Invalid Gcode ID:33 in Fusion Support Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-support-forum/invalid-gcode-id-33/m-p/8198562#M182862</link>
    <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous,&lt;BR /&gt;Welcome to the Fusion 360 forums! This isn't actually a line you'll find in the G Code produced, you'll need to go into the post processor itself.&amp;nbsp;If you go to&amp;nbsp;&lt;SPAN&gt;the post processor dialogue and hit the "Open Config" button instead of "Post", you can view the post processor code. There you can find the line of code I mentioned. Change the "3 : 4," which means 3 decimal places for inches and 4 for metric, to something like "5 : 5" so that the arc will resolve. When you do that - save the post processor as a new name with the .cps extension and make sure to select your newly modified post processor in the post processor dialogue when you next try to post code.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Let me know if that helps you out!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Aug 2018 14:28:46 GMT</pubDate>
    <dc:creator>AmandaFowler</dc:creator>
    <dc:date>2018-08-14T14:28:46Z</dc:date>
    <item>
      <title>Invalid Gcode ID:33</title>
      <link>https://forums.autodesk.com/t5/fusion-support-forum/invalid-gcode-id-33/m-p/7768454#M182859</link>
      <description>&lt;P&gt;Being a new user, i didn't worry the first time this occurred.&amp;nbsp; But this same error has popped up on a second mill operation. When it occurs the program shuts down and is not recoverable. START OVER&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Background; running a Shapeoko 3xl with Fusion 360 coding.&lt;/P&gt;&lt;P&gt;So my question is what the heck is error 33??&lt;/P&gt;&lt;P&gt;Help have been learning F360 for the past month but this is just frustrating as the simulation worked fine.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Feb 2018 00:10:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-support-forum/invalid-gcode-id-33/m-p/7768454#M182859</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-11T00:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid Gcode ID:33</title>
      <link>https://forums.autodesk.com/t5/fusion-support-forum/invalid-gcode-id-33/m-p/7771115#M182860</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/P&gt;
&lt;P&gt;Welcome to the Fusion 360 forums! I'm not an expert on ShapeOko but it looks like in the Carbide3D syntax error:33 has to do with rounding on arcs. You'll get this error when the X and Y components of an arc are rounded too much for the controller to understand. Switching to metric might resolve it. If not, adjusting your post processor to output more decimal places of precision will. This is an easy modification - go into the post processor dialogue and hit the "Open Config" button or open the post processor in something like Notepad++ and look for the line below. Change the "3 : 4," which means 3 decimal places for inches and 4 for metric, to something like "5 : 5" so that the arc will resolve.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="adjust XYZ precision.png" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/462024iC3B893BB70D99E87/image-size/large?v=v2&amp;amp;px=999" role="button" title="adjust XYZ precision.png" alt="adjust XYZ precision.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know if that helps you out!&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 15:07:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-support-forum/invalid-gcode-id-33/m-p/7771115#M182860</guid>
      <dc:creator>AmandaFowler</dc:creator>
      <dc:date>2018-02-12T15:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid Gcode ID:33</title>
      <link>https://forums.autodesk.com/t5/fusion-support-forum/invalid-gcode-id-33/m-p/8198511#M182861</link>
      <description>&lt;P&gt;Just to let you know I have been getting the same error, I have tried changing to mm, I was unable to find the line in the gcode file produced using post processor for Carbide3d. I will run it with the mm changed, and I will let you know how it goes.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 14:15:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-support-forum/invalid-gcode-id-33/m-p/8198511#M182861</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-14T14:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid Gcode ID:33</title>
      <link>https://forums.autodesk.com/t5/fusion-support-forum/invalid-gcode-id-33/m-p/8198562#M182862</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous,&lt;BR /&gt;Welcome to the Fusion 360 forums! This isn't actually a line you'll find in the G Code produced, you'll need to go into the post processor itself.&amp;nbsp;If you go to&amp;nbsp;&lt;SPAN&gt;the post processor dialogue and hit the "Open Config" button instead of "Post", you can view the post processor code. There you can find the line of code I mentioned. Change the "3 : 4," which means 3 decimal places for inches and 4 for metric, to something like "5 : 5" so that the arc will resolve. When you do that - save the post processor as a new name with the .cps extension and make sure to select your newly modified post processor in the post processor dialogue when you next try to post code.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Let me know if that helps you out!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 14:28:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-support-forum/invalid-gcode-id-33/m-p/8198562#M182862</guid>
      <dc:creator>AmandaFowler</dc:creator>
      <dc:date>2018-08-14T14:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid Gcode ID:33</title>
      <link>https://forums.autodesk.com/t5/fusion-support-forum/invalid-gcode-id-33/m-p/8198709#M182863</link>
      <description>&lt;P&gt;When I click on open config nothing happens&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 15:10:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-support-forum/invalid-gcode-id-33/m-p/8198709#M182863</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-14T15:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid Gcode ID:33</title>
      <link>https://forums.autodesk.com/t5/fusion-support-forum/invalid-gcode-id-33/m-p/8198860#M182864</link>
      <description>&lt;P&gt;@Anonymous&lt;/P&gt;
&lt;P&gt;Hmm... that's odd. Do you have Brackets installed? It should open that window.&lt;BR /&gt;&lt;BR /&gt;You can also&amp;nbsp;download the post &lt;A href="https://cam.autodesk.com/hsmposts?p=carbide3d" target="_blank"&gt;here&lt;/A&gt;&amp;nbsp;and open it in the text editor of your choice to make the change.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 15:48:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-support-forum/invalid-gcode-id-33/m-p/8198860#M182864</guid>
      <dc:creator>AmandaFowler</dc:creator>
      <dc:date>2018-08-14T15:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid Gcode ID:33</title>
      <link>https://forums.autodesk.com/t5/fusion-support-forum/invalid-gcode-id-33/m-p/8199087#M182865</link>
      <description>&lt;P&gt;I shut fusion 360 down and reopened it config opened after that. So far the milling is working, and has gotten past the point I would receive the error. Thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 16:43:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-support-forum/invalid-gcode-id-33/m-p/8199087#M182865</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-14T16:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid Gcode ID:33</title>
      <link>https://forums.autodesk.com/t5/fusion-support-forum/invalid-gcode-id-33/m-p/8199270#M182866</link>
      <description>&lt;P&gt;@Anonymous&lt;/P&gt;
&lt;P&gt;Great! Glad to hear - let us know if you have any more issues with this!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 17:55:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-support-forum/invalid-gcode-id-33/m-p/8199270#M182866</guid>
      <dc:creator>AmandaFowler</dc:creator>
      <dc:date>2018-08-14T17:55:26Z</dc:date>
    </item>
  </channel>
</rss>

