<?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 Do I Get Fusion to Make &amp;quot;M06 T8&amp;quot; Instead of &amp;quot;T8 M06&amp;quot; in Fusion Manufacture</title>
    <link>https://forums.autodesk.com/t5/fusion-manufacture/how-do-i-get-fusion-to-make-quot-m06-t8-quot-instead-of-quot-t8/m-p/7655174#M41447</link>
    <description>&lt;P&gt;Be aware that the generic Fanuc post is very generic.&amp;nbsp;I've had to edit the post for my 15M quite a bit, especially for some of the finer points like rigid tapping. Make a local copy of the generic post and start editing it. You may need to attempt to open the Personal Posts folder from within Fusion 360 CAM in order for the folders to be created.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On Windows put your personal posts in your home folder:&lt;/P&gt;&lt;P&gt;C:\Users\USERNAME\AppData\Roaming\Autodesk\Fusion 360 CAM\Posts&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the Mac:&lt;/P&gt;&lt;P&gt;/Users/$USER/Autodesk/Fusion 360 CAM/Posts&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Look at line 1069:&lt;/P&gt;&lt;P&gt;writeBlock("T" + toolFormat.format(tool.number), mFormat.format(6));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Change to this:&lt;/P&gt;&lt;P&gt;writeBlock(mFormat.format(6), "T" + toolFormat.format(tool.number));&lt;/P&gt;</description>
    <pubDate>Sat, 30 Dec 2017 07:48:29 GMT</pubDate>
    <dc:creator>randyT9V9C</dc:creator>
    <dc:date>2017-12-30T07:48:29Z</dc:date>
    <item>
      <title>How Do I Get Fusion to Make "M06 T8" Instead of "T8 M06" for Fanuc?</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture/how-do-i-get-fusion-to-make-quot-m06-t8-quot-instead-of-quot-t8/m-p/7654988#M41440</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi Everyone!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm doing some CNC projects at Jamie Hyneman's shop in San Francisco (where Mythbusters was filmed).&amp;nbsp;&amp;nbsp;He has&amp;nbsp;a Fanuc control on a Sharp SV-2412 milling center that you may have seen on the show.&amp;nbsp; I'm using the machine to make stuff for him and for me.&amp;nbsp; It is a very nice machine, and works well with Fusion 360.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, we are having one problem.&amp;nbsp; When I output gcode with the generic Fanuc post in Fusion 360, I get something like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;%&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;O1001&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;(T8 D=0.25 CR=0. - ZMIN=-0.31 - FLAT END MILL)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;G90 G94 G17 G49 G40 G80&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;G20&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;G28 G91 Z0.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;G90&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;(FACE1)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;T8 M06&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;S8000 M03&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;G54&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;M08&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(I added the &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;red bold&lt;/STRONG&gt;&lt;/FONT&gt; as emphasis of that line.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We couldn't figure out why the&amp;nbsp;Fanuc control would start to run the gcode file and do the zeroing just fine, but then stop at the tool change line "&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;T8 M06&lt;/STRONG&gt;&lt;/FONT&gt;".&amp;nbsp; After looking at Fanuc forums, we discovered and verified that the like "&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;T8 M06&lt;/STRONG&gt;&lt;/FONT&gt;" needs to be reversed to "&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;M06 T8&lt;/STRONG&gt;&lt;/FONT&gt;", then it works fine.&amp;nbsp; Some Fanucs can use either command order, but some Fanucs cannot.&amp;nbsp; Ours apparently cannot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I get Fusion 360 to produce the corrected gcode?&amp;nbsp; Do I need to make a change to the Fanuc generic post "fanuc.cps" or is there another way to make Fusion 360 reverse the commands in that line?&amp;nbsp; I'd rather not have to edit gcode every time I make parts, especially if there are a lot of tool changes throughout the gcode file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Sat, 30 Dec 2017 01:07:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture/how-do-i-get-fusion-to-make-quot-m06-t8-quot-instead-of-quot-t8/m-p/7654988#M41440</guid>
      <dc:creator>techshopjim</dc:creator>
      <dc:date>2017-12-30T01:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I Get Fusion to Make "M06 T8" Instead of "T8 M06"</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture/how-do-i-get-fusion-to-make-quot-m06-t8-quot-instead-of-quot-t8/m-p/7655034#M41442</link>
      <description>&lt;P&gt;You can change: &lt;A href="https://www.youtube.com/watch?v=k3NsvraKgPw&amp;amp;feature=youtu.be" target="_blank"&gt;https://www.youtube.com/watch?v=k3NsvraKgPw&amp;amp;feature=youtu.be&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Dec 2017 02:52:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture/how-do-i-get-fusion-to-make-quot-m06-t8-quot-instead-of-quot-t8/m-p/7655034#M41442</guid>
      <dc:creator>thaont.cnc</dc:creator>
      <dc:date>2017-12-30T02:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I Get Fusion to Make "M06 T8" Instead of "T8 M06"</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture/how-do-i-get-fusion-to-make-quot-m06-t8-quot-instead-of-quot-t8/m-p/7655174#M41447</link>
      <description>&lt;P&gt;Be aware that the generic Fanuc post is very generic.&amp;nbsp;I've had to edit the post for my 15M quite a bit, especially for some of the finer points like rigid tapping. Make a local copy of the generic post and start editing it. You may need to attempt to open the Personal Posts folder from within Fusion 360 CAM in order for the folders to be created.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On Windows put your personal posts in your home folder:&lt;/P&gt;&lt;P&gt;C:\Users\USERNAME\AppData\Roaming\Autodesk\Fusion 360 CAM\Posts&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the Mac:&lt;/P&gt;&lt;P&gt;/Users/$USER/Autodesk/Fusion 360 CAM/Posts&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Look at line 1069:&lt;/P&gt;&lt;P&gt;writeBlock("T" + toolFormat.format(tool.number), mFormat.format(6));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Change to this:&lt;/P&gt;&lt;P&gt;writeBlock(mFormat.format(6), "T" + toolFormat.format(tool.number));&lt;/P&gt;</description>
      <pubDate>Sat, 30 Dec 2017 07:48:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture/how-do-i-get-fusion-to-make-quot-m06-t8-quot-instead-of-quot-t8/m-p/7655174#M41447</guid>
      <dc:creator>randyT9V9C</dc:creator>
      <dc:date>2017-12-30T07:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I Get Fusion to Make "M06 T8" Instead of "T8 M06"</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture/how-do-i-get-fusion-to-make-quot-m06-t8-quot-instead-of-quot-t8/m-p/7656635#M41494</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi Randy...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much!&amp;nbsp; That worked perfectly.&amp;nbsp; I can't wait to actually try it out on the machine Tuesday!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Happy New Year!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 31 Dec 2017 20:57:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture/how-do-i-get-fusion-to-make-quot-m06-t8-quot-instead-of-quot-t8/m-p/7656635#M41494</guid>
      <dc:creator>techshopjim</dc:creator>
      <dc:date>2017-12-31T20:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I Get Fusion to Make "M06 T8" Instead of "T8 M06"</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture/how-do-i-get-fusion-to-make-quot-m06-t8-quot-instead-of-quot-t8/m-p/7656639#M41496</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello Thaont...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much!&amp;nbsp; That worked perfectly.&amp;nbsp; You and Randy basically pointed me to the same code in the CPS file, but I didn't know about the stuff in the Post dialog box.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't wait to actually try it out on the machine Tuesday and do auto tool changes right from my Fusion-generated gcode!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Happy New Year!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 31 Dec 2017 21:00:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture/how-do-i-get-fusion-to-make-quot-m06-t8-quot-instead-of-quot-t8/m-p/7656639#M41496</guid>
      <dc:creator>techshopjim</dc:creator>
      <dc:date>2017-12-31T21:00:25Z</dc:date>
    </item>
  </channel>
</rss>

