<?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: Post processor outputs plunge moves and links as G00 not G01, how do I change this? in PowerMill Forum</title>
    <link>https://forums.autodesk.com/t5/powermill-forum/post-processor-outputs-plunge-moves-and-links-as-g00-not-g01-how/m-p/10092744#M9263</link>
    <description>&lt;P&gt;Further clarity... I have now discovered that the code is output correctly if multiple 3 axis toolpaths are included in the NC Program. But if there is an 3+2 axis toolpath then all code is output with G01 Skim moves instead of G00 rapids. I have made the equivalent alterations to the post for both 3 axis and 3+2 axis toolpaths but this still persists.&lt;/P&gt;</description>
    <pubDate>Thu, 18 Feb 2021 11:01:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-02-18T11:01:49Z</dc:date>
    <item>
      <title>Post processor outputs plunge moves and links as G00 not G01, how do I change this?</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/post-processor-outputs-plunge-moves-and-links-as-g00-not-g01-how/m-p/10090379#M9259</link>
      <description>&lt;P&gt;One of our post processors outputs the NC code for plunge moves without a G01 on the line so the previous line being G00 remains the modal command. (It does output the first plunge of each toolpath with a G01, but non on the following plunges for further depths of cut)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also links such as straight or circular arc get output as G00 rapids.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do we modify the post processor to have it output these moves as G01 with the defined feedrates.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 15:38:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/post-processor-outputs-plunge-moves-and-links-as-g00-not-g01-how/m-p/10090379#M9259</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-17T15:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Post processor outputs plunge moves and links as G00 not G01, how do I change this?</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/post-processor-outputs-plunge-moves-and-links-as-g00-not-g01-how/m-p/10091057#M9260</link>
      <description>&lt;P&gt;Make sure in you Linear Move command line there is a motion mode parameter call out - pic1 - check that your motion G code commands are applied to the motion mode under parameters - pic2&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 19:28:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/post-processor-outputs-plunge-moves-and-links-as-g00-not-g01-how/m-p/10091057#M9260</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-17T19:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Post processor outputs plunge moves and links as G00 not G01, how do I change this?</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/post-processor-outputs-plunge-moves-and-links-as-g00-not-g01-how/m-p/10092534#M9261</link>
      <description>&lt;P&gt;Thank you for the response. These details do appear to be correct within out Post Processor, but from your advise I believe I have identified where the incorrect commands are coming.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In a previous revision, the Post Processor output the Z axis approach and retract move as a G01 linear with the skim feedrate. We wanted these two moves to be G00 rapids, so had the Post Processor altered to make that correct, but then following that retract and approach move between different cuts within one toolpath it does not define G01 again until the first X/Y axis move after the plunge. Therefore the plunge move follows the G00 defined on the previous line for the X/Y rapid position.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can alter the post to remove this forced G00 on the Z retract and approach, and that causes the plunge moves to be output correctly. But we still want these Z retract and approach moves to be defined as G00.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What other ways can we alter the post to achieve the Z retract and approach to be G00 rapid, and have the plunge and link moves (such as straight/circular arc) as G01 linear moves?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached is a picture showing how the forced G00 Z retract and approach.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 09:24:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/post-processor-outputs-plunge-moves-and-links-as-g00-not-g01-how/m-p/10092534#M9261</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-18T09:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Post processor outputs plunge moves and links as G00 not G01, how do I change this?</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/post-processor-outputs-plunge-moves-and-links-as-g00-not-g01-how/m-p/10092648#M9262</link>
      <description>&lt;P&gt;After altering the Post Processor to&amp;nbsp;&lt;SPAN&gt;remove the forced G00 on the Z retract and approach, which causes the plunge moves to be output correctly. I have discussed when outputting a NC Program with only one toolpath in, all the approaches and plunges work correctly. But when there are multiple toolpaths in the NC Program, the retract moves get output as G01 Skim feeds.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any advise on how the post decides this would be very helpful?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 10:13:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/post-processor-outputs-plunge-moves-and-links-as-g00-not-g01-how/m-p/10092648#M9262</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-18T10:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Post processor outputs plunge moves and links as G00 not G01, how do I change this?</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/post-processor-outputs-plunge-moves-and-links-as-g00-not-g01-how/m-p/10092744#M9263</link>
      <description>&lt;P&gt;Further clarity... I have now discovered that the code is output correctly if multiple 3 axis toolpaths are included in the NC Program. But if there is an 3+2 axis toolpath then all code is output with G01 Skim moves instead of G00 rapids. I have made the equivalent alterations to the post for both 3 axis and 3+2 axis toolpaths but this still persists.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 11:01:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/post-processor-outputs-plunge-moves-and-links-as-g00-not-g01-how/m-p/10092744#M9263</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-18T11:01:49Z</dc:date>
    </item>
  </channel>
</rss>

