<?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: DMS 5-Axis Router, Fagor 8065, G0 #MCS formatting issue in Fusion Manufacture Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/dms-5-axis-router-fagor-8065-g0-mcs-formatting-issue/m-p/13634228#M432</link>
    <description>&lt;P&gt;That worked! Thanks for the help.&lt;/P&gt;</description>
    <pubDate>Fri, 16 May 2025 15:18:37 GMT</pubDate>
    <dc:creator>Jason_KellyU5SST</dc:creator>
    <dc:date>2025-05-16T15:18:37Z</dc:date>
    <item>
      <title>DMS 5-Axis Router, Fagor 8065, G0 #MCS formatting issue</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/dms-5-axis-router-fagor-8065-g0-mcs-formatting-issue/m-p/13632247#M430</link>
      <description>&lt;P&gt;I am having an issue of formatting where my machine does not like having a Z0 command on the same line as MCS. I am at a loss as to where in the post to go to modify it to correct this formatting issue.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is what it currently does when I post a program with line N50 being the issue&lt;/P&gt;&lt;LI-CODE lang="general"&gt;N10 ; T10  D=0.375 CR=0 - ZMIN=-1 - FLAT END MILL
N15 #MCS OFF
N20 #CS OFF
N25 #RTCP OFF
N30 #HSC OFF
N35 #KIN ID[0]
N40 G70 G80 G90
N45 G17 G40
N50 G0 #MCS Z0
N55 #MCS X0 Y0
N60 #MCS B0. C0.&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can manually&amp;nbsp;edit it to the code below and it runs just fine.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;N10 ; T10  D=0.375 CR=0 - ZMIN=-1 - FLAT END MILL
N15 #MCS OFF
N20 #CS OFF
N25 #RTCP OFF
N30 #HSC OFF
N35 #KIN ID[0]
N40 G70 G80 G90
N45 G17 G40
N50 G0 
N53 #MCS Z0
N55 #MCS X0 Y0
N60 #MCS B0. C0.&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 15 May 2025 15:23:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/dms-5-axis-router-fagor-8065-g0-mcs-formatting-issue/m-p/13632247#M430</guid>
      <dc:creator>Jason_KellyU5SST</dc:creator>
      <dc:date>2025-05-15T15:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: DMS 5-Axis Router, Fagor 8065, G0 #MCS formatting issue</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/dms-5-axis-router-fagor-8065-g0-mcs-formatting-issue/m-p/13633098#M431</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14685058"&gt;@Jason_KellyU5SST&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can search for the &lt;EM&gt;&lt;STRONG&gt;function writeRetract&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;and replace the line under&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;&lt;SPAN&gt;case&lt;/SPAN&gt; &lt;SPAN&gt;"MCS"&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Original Code:&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;    case "MCS":
      writeBlock(gMotionModal.format(0), "#MCS", words); // retract
      break;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Modified Code:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;    case "MCS":
      writeBlock(gMotionModal.format(0));
      writeBlock("#MCS", words); // retract
      break;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 04:49:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/dms-5-axis-router-fagor-8065-g0-mcs-formatting-issue/m-p/13633098#M431</guid>
      <dc:creator>aju_augustine</dc:creator>
      <dc:date>2025-05-16T04:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: DMS 5-Axis Router, Fagor 8065, G0 #MCS formatting issue</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/dms-5-axis-router-fagor-8065-g0-mcs-formatting-issue/m-p/13634228#M432</link>
      <description>&lt;P&gt;That worked! Thanks for the help.&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 15:18:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/dms-5-axis-router-fagor-8065-g0-mcs-formatting-issue/m-p/13634228#M432</guid>
      <dc:creator>Jason_KellyU5SST</dc:creator>
      <dc:date>2025-05-16T15:18:37Z</dc:date>
    </item>
  </channel>
</rss>

