<?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: No G28 in the beginning in Fusion Manufacture Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/no-g28-in-the-beginning/m-p/8832587#M129869</link>
    <description>&lt;P&gt;Depending on what is in the post now a lot of posts are different now compared to 2 years ago.&lt;/P&gt;</description>
    <pubDate>Tue, 04 Jun 2019 21:22:19 GMT</pubDate>
    <dc:creator>daniel_lyall</dc:creator>
    <dc:date>2019-06-04T21:22:19Z</dc:date>
    <item>
      <title>No G28 in the beginning</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/no-g28-in-the-beginning/m-p/7460784#M129863</link>
      <description>&lt;P&gt;Does anyone know how to modify a generic post processor, like Fanuc to disable G28 in the beginning of a program? Our company doesn't need it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;N10 G90 G94 G17 G49 G40 G80&lt;/P&gt;
&lt;P&gt;N20 G28 G91 Z0.&lt;/P&gt;
&lt;P&gt;N30 G90&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How to remove N20 and N30 blocks?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 14 Oct 2017 20:59:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/no-g28-in-the-beginning/m-p/7460784#M129863</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-14T20:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: No G28 in the beginning</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/no-g28-in-the-beginning/m-p/7461015#M129864</link>
      <description>&lt;P&gt;Set show sequence numbers to no for N10, N20 so on that will stop N, why G28, it can be removed with a post processor edit&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gfhgfhgfg.png" style="width: 599px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/413102i9C0FF6C588BD040E/image-size/large?v=v2&amp;amp;px=999" role="button" title="gfhgfhgfg.png" alt="gfhgfhgfg.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Oct 2017 06:38:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/no-g28-in-the-beginning/m-p/7461015#M129864</guid>
      <dc:creator>daniel_lyall</dc:creator>
      <dc:date>2017-10-15T06:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: No G28 in the beginning</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/no-g28-in-the-beginning/m-p/7461310#M129865</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for posting. The G28 safe retract line is put in the post processors to ensure the machine is at a safe Z position prior to any movements that could cause issues. If you would like to remove the G28, please ensure you enter in a sensible safe retract line to replace it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Sun, 15 Oct 2017 14:29:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/no-g28-in-the-beginning/m-p/7461310#M129865</guid>
      <dc:creator>GeorgeRoberts</dc:creator>
      <dc:date>2017-10-15T14:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: No G28 in the beginning</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/no-g28-in-the-beginning/m-p/7461419#M129866</link>
      <description>&lt;P&gt;I figured it out: moving the } to new place. Thank all of you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;// stop spindle before retract during tool change&lt;BR /&gt; if (insertToolCall &amp;amp;&amp;amp; !isFirstSection()) {&lt;BR /&gt; onCommand(COMMAND_STOP_SPINDLE);&lt;BR /&gt; &lt;FONT color="#0000FF"&gt;// }&amp;nbsp; (removed } )&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt; // retract to safe plane&lt;BR /&gt; retracted = true;&lt;BR /&gt; writeBlock(gFormat.format(28), gAbsIncModal.format(91), "Z" + xyzFormat.format(0)); // retract&lt;BR /&gt; writeBlock(gAbsIncModal.format(90));&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt; &lt;FONT color="#0000FF"&gt;} //added } here&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Oct 2017 16:34:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/no-g28-in-the-beginning/m-p/7461419#M129866</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-15T16:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: No G28 in the beginning</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/no-g28-in-the-beginning/m-p/7462323#M129867</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for posting your progress. Moving the bracket there will still output G28 on toolchanges (if it is not the first one). You can comment out the single line by using two forward slashes '//'. To actually remove this line, change it from this:&lt;/P&gt;
&lt;PRE&gt; writeBlock(gFormat.format(28), gAbsIncModal.format(91), "Z" + xyzFormat.format(0)); // retract&lt;/PRE&gt;
&lt;P&gt;to this:&lt;/P&gt;
&lt;PRE&gt;// writeBlock(gFormat.format(28), gAbsIncModal.format(91), "Z" + xyzFormat.format(0)); // retract&lt;/PRE&gt;</description>
      <pubDate>Mon, 16 Oct 2017 07:24:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/no-g28-in-the-beginning/m-p/7462323#M129867</guid>
      <dc:creator>GeorgeRoberts</dc:creator>
      <dc:date>2017-10-16T07:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: No G28 in the beginning</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/no-g28-in-the-beginning/m-p/8832577#M129868</link>
      <description>&lt;P&gt;This solution removed G28 from the beginning only, correct?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2019 21:15:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/no-g28-in-the-beginning/m-p/8832577#M129868</guid>
      <dc:creator>schlotterbeckmachine</dc:creator>
      <dc:date>2019-06-04T21:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: No G28 in the beginning</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/no-g28-in-the-beginning/m-p/8832587#M129869</link>
      <description>&lt;P&gt;Depending on what is in the post now a lot of posts are different now compared to 2 years ago.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2019 21:22:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/no-g28-in-the-beginning/m-p/8832587#M129869</guid>
      <dc:creator>daniel_lyall</dc:creator>
      <dc:date>2019-06-04T21:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: No G28 in the beginning</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/no-g28-in-the-beginning/m-p/8832595#M129870</link>
      <description>&lt;P&gt;In this particular case it is generic fanuc turning that's had some edits made. I'd like to keep G28 prior to tool changes but want it cut out at program start.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2019 21:25:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/no-g28-in-the-beginning/m-p/8832595#M129870</guid>
      <dc:creator>schlotterbeckmachine</dc:creator>
      <dc:date>2019-06-04T21:25:29Z</dc:date>
    </item>
  </channel>
</rss>

