<?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: Generating GCode moves Z Axis starting point. in Fusion Support Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-support-forum/generating-gcode-moves-z-axis-starting-point/m-p/9606923#M110383</link>
    <description>&lt;P&gt;Although there has been no response, I wanted to say thank you to all that had a look into the code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With many trials, I managed to figure it out without any headaches to follow ..&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family: inherit;"&gt;It was a combination of GCode (G54) &amp;amp; Mach3 settings, where for some unknown reason the Z Axis points for Tools 1-12 were all set to a Z Axis +7 Offset in Mach3. Every time the G54 command was issued, it would reset the Z Axis to +7mm higher.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I honestly have no clue as to how / why the defaults were Offset by +7, but once I removed this Offset from the Mach3 settings, everything is now working 100% spot on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Leaving this here just in case anyone else runs into the same / similar problem &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jun 2020 06:17:31 GMT</pubDate>
    <dc:creator>raptessmistfyre</dc:creator>
    <dc:date>2020-06-29T06:17:31Z</dc:date>
    <item>
      <title>Generating GCode moves Z Axis starting point.</title>
      <link>https://forums.autodesk.com/t5/fusion-support-forum/generating-gcode-moves-z-axis-starting-point/m-p/9604984#M110380</link>
      <description>&lt;P&gt;Hey folks, I am very new to Fusion 360 but I have run into a couple problems that I cannot seem to correct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Whenever I create a design for my CNC, I then go to 'Manufacture' and go through the process of setting up the cutting sequence etc at which point everything looks good in Fusion 360.&lt;/P&gt;&lt;P&gt;I then post the GCode as a .tap file for use with my CNC machine, only to find out when I run the gcode on my CNC the Z Axis Zero Point has been auto adjusted, resulting in the cutting process taking place around 10mm+ above the surface of the stock material.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For instance:&lt;/P&gt;&lt;P&gt;I load up the .tap file into Mach3, set all my Zero points on the machine, press 'Start' and the machine raises the Z axis to +15 (clearance5+Retract5+Feed Height5), starts the spindle and moves to X-Y entry points, the Z axis begins to lower into position, but then stops and it begins the cutting process at Z+10 instead of dropping down to Z-1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I test the GCode in a CNC Simulator (CAMotics) everything looks to be good. It's only when I run the GCode on my CNC that the problem happens.&lt;/P&gt;&lt;P&gt;The other program I use for CNC designs (Carbide Create) does not have this issue, however it's a lot more difficult to generate 3D models / paths.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have included both the .tap / .dxf files for inspection if anyone has the time to assist. Would be great to know if I am doing something wrong or not.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jun 2020 09:51:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-support-forum/generating-gcode-moves-z-axis-starting-point/m-p/9604984#M110380</guid>
      <dc:creator>raptessmistfyre</dc:creator>
      <dc:date>2020-06-27T09:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Generating GCode moves Z Axis starting point.</title>
      <link>https://forums.autodesk.com/t5/fusion-support-forum/generating-gcode-moves-z-axis-starting-point/m-p/9605746#M110381</link>
      <description>&lt;P&gt;I've been exploring the possibility of a G command changing the Z zero point during the startup, but unfortunately as I am such a beginner I don't fully understand some of them ..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the start of the .tap gcode for my drilling process, is there any G commands here that could change the Z zero point on the fly ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(DRILL 3MM HOLES)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;(MACHINE)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;( VENDOR AUTODESK)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;( MODEL CNCEST)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;( DESCRIPTION GENERIC 3-AXIS)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;(T1 D=6. CR=0. - ZMIN=-4. - FLAT END MILL)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;G90 G94 G91.1 G40 G49 G17&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;G21&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;G28 G91 Z0.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;G90&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(DRILL1)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;M5&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;T1 M6&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;S12000 M3&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;G54&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;G0 X14.5 Y19.5&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;G43 Z15. H1&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Z5.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;G98 G81 X14.5 Y19.5 Z-4. R1. F796.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;X64.5&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;X114.5&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Jun 2020 04:20:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-support-forum/generating-gcode-moves-z-axis-starting-point/m-p/9605746#M110381</guid>
      <dc:creator>raptessmistfyre</dc:creator>
      <dc:date>2020-06-28T04:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Generating GCode moves Z Axis starting point.</title>
      <link>https://forums.autodesk.com/t5/fusion-support-forum/generating-gcode-moves-z-axis-starting-point/m-p/9606923#M110383</link>
      <description>&lt;P&gt;Although there has been no response, I wanted to say thank you to all that had a look into the code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With many trials, I managed to figure it out without any headaches to follow ..&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family: inherit;"&gt;It was a combination of GCode (G54) &amp;amp; Mach3 settings, where for some unknown reason the Z Axis points for Tools 1-12 were all set to a Z Axis +7 Offset in Mach3. Every time the G54 command was issued, it would reset the Z Axis to +7mm higher.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I honestly have no clue as to how / why the defaults were Offset by +7, but once I removed this Offset from the Mach3 settings, everything is now working 100% spot on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Leaving this here just in case anyone else runs into the same / similar problem &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2020 06:17:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-support-forum/generating-gcode-moves-z-axis-starting-point/m-p/9606923#M110383</guid>
      <dc:creator>raptessmistfyre</dc:creator>
      <dc:date>2020-06-29T06:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Generating GCode moves Z Axis starting point.</title>
      <link>https://forums.autodesk.com/t5/fusion-support-forum/generating-gcode-moves-z-axis-starting-point/m-p/11650256#M110384</link>
      <description>Having this issue on my Maverick CNC, glad I found this thread. Going to explore if I have the same issue. Thanks again.</description>
      <pubDate>Sat, 31 Dec 2022 20:23:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-support-forum/generating-gcode-moves-z-axis-starting-point/m-p/11650256#M110384</guid>
      <dc:creator>brent2XUZQ</dc:creator>
      <dc:date>2022-12-31T20:23:53Z</dc:date>
    </item>
  </channel>
</rss>

