<?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: Mach3 Post  Am I doing something wrong? in HSM Post Processor Forum</title>
    <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-post-am-i-doing-something-wrong/m-p/6416350#M22016</link>
    <description>&lt;P&gt;Here's a link to some info on G28, it's for LinuxCNC but it should be pretty much the same for Mach3.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://linuxcnc.org/docs/2.6/html/gcode/gcode.html#sec:G28-G28_1" target="_self"&gt;http://linuxcnc.org/docs/2.6/html/gcode/gcode.html#sec:G28-G28_1&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And some info on how to use offsets.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://wiki.linuxcnc.org/cgi-bin/wiki.pl?CoordinateSystems" target="_self"&gt;http://wiki.linuxcnc.org/cgi-bin/wiki.pl?CoordinateSystems&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mark&lt;/P&gt;</description>
    <pubDate>Sat, 02 Jul 2016 14:05:59 GMT</pubDate>
    <dc:creator>HughesTooling</dc:creator>
    <dc:date>2016-07-02T14:05:59Z</dc:date>
    <item>
      <title>Mach3 Post  Am I doing something wrong?</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-post-am-i-doing-something-wrong/m-p/6413742#M22012</link>
      <description>&lt;P&gt;I was taught that you should never edit the&amp;nbsp;posted output, except for an emergency's, but I cannot understand why the Mach3 post processor does a rapid XY movement before raising the Z. (ALWAYS). &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So what am I doing wrong?&lt;/P&gt;&lt;P&gt;Is air a button I should be pushing or an item I should be checking off prior to &amp;nbsp;posting?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;M5&lt;BR /&gt;M9&lt;BR /&gt;T1 M6&lt;BR /&gt;S8000 M3&lt;BR /&gt;G54&lt;BR /&gt;M9&lt;BR /&gt;G0 X0.7829 Y-0.9994 &amp;nbsp; &amp;lt;----- &lt;STRONG&gt;RAPID&amp;nbsp;&amp;nbsp;X,Y&amp;nbsp;Movement&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;G43 Z0.6 H1 &amp;lt;----- &lt;STRONG&gt;THEN raise those Z AXIS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I think the output should be: (edited by hand)&lt;/P&gt;&lt;P&gt;M5&lt;BR /&gt;M9&lt;BR /&gt;T1 M6&lt;BR /&gt;S8000 M3&lt;BR /&gt;G54&lt;BR /&gt;M9&lt;BR /&gt;G0 Z0.6&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&amp;lt;-----&amp;nbsp;&lt;STRONG&gt;RAISE those Z AXIS&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;X0.7829 Y-0.9994 &amp;nbsp;&amp;lt;----- &lt;STRONG&gt;THEN&amp;nbsp;- RAPID&amp;nbsp;&amp;nbsp;X,Y&amp;nbsp;Movement&lt;/STRONG&gt;&lt;BR /&gt;G43 Z0.6 H1 &amp;nbsp;&lt;STRONG&gt;( redundant Z move which I don't care about)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Reference information: the machine I am using is a Shapeoko3, with a GRBL&amp;nbsp;controller (VER 0.9)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FYI: I&amp;nbsp;also tried the Carbide3D post processor and get the same result (XY rapid before Z axis lift)&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2016 21:18:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-post-am-i-doing-something-wrong/m-p/6413742#M22012</guid>
      <dc:creator>richcournoyer</dc:creator>
      <dc:date>2016-06-30T21:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: Mach3 Post  Am I doing something wrong?</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-post-am-i-doing-something-wrong/m-p/6414552#M22013</link>
      <description>&lt;P&gt;There should be something into your program like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;G90 G94 G91.1 G40 G49 G17&lt;BR /&gt;G21&lt;BR /&gt;&lt;FONT color="#FF0000" size="4"&gt;G28 G91 Z0.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000" size="4"&gt;G90&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;(2D-FACE)&lt;BR /&gt;T1 M6&lt;BR /&gt;...&lt;BR /&gt;G0 X80. Y-24.375&lt;BR /&gt;G43 Z16. H1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;G28 G91 Z0 should do a full retract along the Z-axis, so your tool is at the very upper end of your machines Z-axis.&lt;/P&gt;
&lt;P&gt;That is why the post is moving XY first and then Z.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Of course you need to set this home position into your control.&lt;/P&gt;
&lt;P&gt;You can do a google search for "mach3 homing".&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2016 10:01:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-post-am-i-doing-something-wrong/m-p/6414552#M22013</guid>
      <dc:creator>AchimN</dc:creator>
      <dc:date>2016-07-01T10:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Mach3 Post  Am I doing something wrong?</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-post-am-i-doing-something-wrong/m-p/6416003#M22014</link>
      <description>&lt;P&gt;Sorry, I didn't include the top header&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(T1 D=0.25 CR=0. - ZMIN=-0.75 - FLAT END MILL)&lt;BR /&gt;G90 G94 G91.1 G40 G49 G17&lt;BR /&gt;G20&lt;BR /&gt;G28 G91 Z0.&lt;BR /&gt;G90&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The machine IS homed, but there is NO retract, just a rapid XY, as I have stated.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Jul 2016 00:40:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-post-am-i-doing-something-wrong/m-p/6416003#M22014</guid>
      <dc:creator>richcournoyer</dc:creator>
      <dc:date>2016-07-02T00:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Mach3 Post  Am I doing something wrong?</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-post-am-i-doing-something-wrong/m-p/6416348#M22015</link>
      <description>&lt;P&gt;How are you homing the machine, a lot of these small machines don't have limit\home switches so the machine home (G53) is not set properly. G53, X0Y0Z0 would normally be set at the maximums of travel for each axis.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mark&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit just to clarify, the line G28 G91 Z0 will move the Z axis to the machine home (fully retracted).&lt;/P&gt;</description>
      <pubDate>Sat, 02 Jul 2016 14:08:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-post-am-i-doing-something-wrong/m-p/6416348#M22015</guid>
      <dc:creator>HughesTooling</dc:creator>
      <dc:date>2016-07-02T14:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Mach3 Post  Am I doing something wrong?</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-post-am-i-doing-something-wrong/m-p/6416350#M22016</link>
      <description>&lt;P&gt;Here's a link to some info on G28, it's for LinuxCNC but it should be pretty much the same for Mach3.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://linuxcnc.org/docs/2.6/html/gcode/gcode.html#sec:G28-G28_1" target="_self"&gt;http://linuxcnc.org/docs/2.6/html/gcode/gcode.html#sec:G28-G28_1&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And some info on how to use offsets.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://wiki.linuxcnc.org/cgi-bin/wiki.pl?CoordinateSystems" target="_self"&gt;http://wiki.linuxcnc.org/cgi-bin/wiki.pl?CoordinateSystems&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Sat, 02 Jul 2016 14:05:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-post-am-i-doing-something-wrong/m-p/6416350#M22016</guid>
      <dc:creator>HughesTooling</dc:creator>
      <dc:date>2016-07-02T14:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Mach3 Post  Am I doing something wrong?</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-post-am-i-doing-something-wrong/m-p/6416379#M22017</link>
      <description>&lt;P&gt;Thanks Mark,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Somehow my reply did not get posted so here it is again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By machine does have the homing and&amp;nbsp;limit&amp;nbsp;switch option.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is how I home my machine: &amp;nbsp;I entered $H at the MDI command line. &amp;nbsp;The machine will travel to the back right corner&amp;nbsp;until it touches all three limit switches (XYZ) and setting the machine's 000.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is how I set my part's home position into the machine memory (of course, after I've actually located the position of the Part) &amp;nbsp;I can do the following command: G10L20P1X0Y0Z0. &amp;nbsp;(P1 = G54, P2 =G55, ETC. I will use the appropriate&amp;nbsp;work offset depending upon which set up I have on the table)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once the above is accomplished, I load&amp;nbsp;the program and hit cycle start. &amp;nbsp;And here is where the problem starts,&amp;nbsp;because it does it first does a rapid XY move.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this information can assist you in determining the problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Sat, 02 Jul 2016 14:46:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-post-am-i-doing-something-wrong/m-p/6416379#M22017</guid>
      <dc:creator>richcournoyer</dc:creator>
      <dc:date>2016-07-02T14:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Mach3 Post  Am I doing something wrong?</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-post-am-i-doing-something-wrong/m-p/6416403#M22018</link>
      <description>&lt;P&gt;Do you have any info on supported G codes, does it support G28. Another option can you test using G53 G00 Z0.0 to see if that returns the Z to it's home. You might want to test with G53 G01 Z0.0 F100.0 to give you a chance to hit the stop, that assuming you are working in mm.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Sat, 02 Jul 2016 15:18:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-post-am-i-doing-something-wrong/m-p/6416403#M22018</guid>
      <dc:creator>HughesTooling</dc:creator>
      <dc:date>2016-07-02T15:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Mach3 Post  Am I doing something wrong?</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-post-am-i-doing-something-wrong/m-p/6416415#M22019</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you were writing this note I was doing exactly that, researching how&amp;nbsp;G28 is supported by GRBL. &amp;nbsp;The last line on this note says it all:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(from the Shapeoko forum)&lt;/P&gt;&lt;P&gt;You set the G28 position by moving the machine to the position you wish to set and issuing G28.1. G30 is set the same way, but with G30.1. These commands do not take any values, and in v0.9 and possibly v0.8c of Grbl, passing a value will cause the machine to move.&lt;/P&gt;&lt;P&gt;Once they are set, you can issue the G28 or G30 command and the machine will move all three axis, &lt;STRONG&gt;at rapid speed&lt;/STRONG&gt;, to the predefined position.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; These commands will not raise the Z axis before moving the X and Y so use caution. &amp;nbsp;&amp;lt;-----------------------*********&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which is exactly what I am seeing her on all my Fusion&amp;nbsp;360 programs, and why I was asking how I can get a Z (Small positive number, e.g. Feed or clearance height) added to my future programs before the XY rapid move. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know this is not difficult to manually, when the NC editor pops up when I am posting my programs. (but it's just not good practice).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think what needs to be done is that I ( or somebody, hint) needed to modify the Mach3 post to do the Z move, before the XY rapid and call it a Shapeoko Post (Also Need to remove the Canned Cycles since they are not supported by GRBL). &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note The&amp;nbsp;GRBL post processor is a good work around for drilling without using a Canned Cycle, but not for milling, thats another story for another time)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Jul 2016 15:39:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-post-am-i-doing-something-wrong/m-p/6416415#M22019</guid>
      <dc:creator>richcournoyer</dc:creator>
      <dc:date>2016-07-02T15:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Mach3 Post  Am I doing something wrong?</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-post-am-i-doing-something-wrong/m-p/6416480#M22020</link>
      <description>&lt;P&gt;Have you tried the G53 G00 Z0.0 as that is a lot better way of doing it, just adding a Z50. hard coded is not a good idea as sooner or later you'll run into the limits and the program will error out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also there is a GRBL post included with Fusion and it has all the canned cycles removed, have you tried that one, was there a problem with it? It uses G28 for Z retracts but would be easy to change to G53.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Sat, 02 Jul 2016 17:07:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-post-am-i-doing-something-wrong/m-p/6416480#M22020</guid>
      <dc:creator>HughesTooling</dc:creator>
      <dc:date>2016-07-02T17:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Mach3 Post  Am I doing something wrong?</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-post-am-i-doing-something-wrong/m-p/6416616#M22021</link>
      <description>I'll try the G53 in a couple of days (Long weekend vacation) as far as the GRBL post nobody has been able to get it to work for milling. Error: 'bad arc format, (and the Shapeoko Forum recommends to use the Mach 3 PP.</description>
      <pubDate>Sat, 02 Jul 2016 21:48:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-post-am-i-doing-something-wrong/m-p/6416616#M22021</guid>
      <dc:creator>richcournoyer</dc:creator>
      <dc:date>2016-07-02T21:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Mach3 Post  Am I doing something wrong?</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-post-am-i-doing-something-wrong/m-p/6416858#M22022</link>
      <description>&lt;P&gt;I've think the reason the GRBL post was failing was because it uses incremental arc centres but it was not setting the control to use them with a G91.1 at the start. Can you try the attached file. If you're using Fusion don't save it to the generic post folder, save to cloud or personal post folder. See this &lt;A href="https://forums.autodesk.com/t5/computer-aided-machining-cam/post-processors-101/m-p/5938946#M6085" target="_self"&gt;post &lt;/A&gt;for info on using the cloud.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Sun, 03 Jul 2016 10:40:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-post-am-i-doing-something-wrong/m-p/6416858#M22022</guid>
      <dc:creator>HughesTooling</dc:creator>
      <dc:date>2016-07-03T10:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Mach3 Post  Am I doing something wrong?</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-post-am-i-doing-something-wrong/m-p/6416990#M22023</link>
      <description>&lt;P&gt;I snuck out into my shop very early to do some testing on your ideas and the results are as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;G53: (G00, G01) both work in sending Z home&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Posts: &amp;nbsp;&lt;/P&gt;&lt;P&gt;OLD GRBL: Still getting Bad Arc Format No I/K&lt;/P&gt;&lt;P&gt;NEW GRBL (Adds a&amp;nbsp;&lt;SPAN&gt;G91.1 into the header)&amp;nbsp;&lt;SPAN&gt;Bad Arc Format No I/K&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Jul 2016 14:31:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-post-am-i-doing-something-wrong/m-p/6416990#M22023</guid>
      <dc:creator>richcournoyer</dc:creator>
      <dc:date>2016-07-03T14:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Mach3 Post  Am I doing something wrong?</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-post-am-i-doing-something-wrong/m-p/6417621#M22024</link>
      <description>&lt;P&gt;Ok I found another difference, the GRBL post used modal IJK moves and the Mach3 forced output of IJK on all arcs. I updated the post and changed it to use G53. At the start of the program it should move Z to the machine home and at the end it will move Z home then XY home.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Test the post carefully and I'd better add this&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3" color="#FF0000"&gt;&lt;STRONG&gt;The accompanying advice and or non-standard post processor is provided as-is and without warranty of any kind, and usage is at the user’s own risk.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Although if the post works it should be made the standard post as the standard one doesn't work&lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://forums.autodesk.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2016 09:18:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-post-am-i-doing-something-wrong/m-p/6417621#M22024</guid>
      <dc:creator>HughesTooling</dc:creator>
      <dc:date>2016-07-04T09:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Mach3 Post  Am I doing something wrong?</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-post-am-i-doing-something-wrong/m-p/6418137#M22025</link>
      <description>&lt;P&gt;Good news and bad news.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The program posted wonderfully (no I/K Arc errors, and it's 1/10 the size of the mach3 post!!! (Ref 15k vs 153k). The program ran great, but G53 is ignored (sort of, let me explain). Before we load the program into the machine's memory, we enter this command:&lt;BR /&gt;G10L20P1X0Y0Z0&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I think the G53 inside of the program is using this NEW Z0, which is at the part's Z0 surface.&lt;BR /&gt;Now at the program's end, the machine returns to the part's X0Y0Z0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not a Post Processor writer, but can't we just have the G0 Z(feed plane) placed BEFORE the X,Y move? It sounds like an easy fix, OR….See below.&lt;/P&gt;&lt;P&gt;The Shapeoko comes with a 2.5D CAM system called CarbideCreate. I looked at several posted programs I ran and noticed this:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;G21&lt;BR /&gt;G90&lt;BR /&gt;G0X0.000Y0.000Z10.000 &amp;lt;- - - - - - - - &lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;This is how they lift the Z&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;.&lt;BR /&gt;(TOOL/MILL,3.1750,0,1.0000,0.0)&lt;BR /&gt;M6 T102&lt;BR /&gt;M3 S15000&lt;BR /&gt;G0X-57.438Y-5.023&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this something that you could implement?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lastly, I recommend that we rename the Post to Shapeoko, rather than overwrite the GRBL post in case there are others (non Shapeoko) users who like it as is.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2016 15:00:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-post-am-i-doing-something-wrong/m-p/6418137#M22025</guid>
      <dc:creator>richcournoyer</dc:creator>
      <dc:date>2016-07-04T15:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Mach3 Post  Am I doing something wrong?</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-post-am-i-doing-something-wrong/m-p/6418212#M22026</link>
      <description>&lt;P&gt;I found a few screen grabs of the GRBL control and they all show the machine and work coordinates with the same numbers, that seems totally wrong I don't think you would ever end up in that situation. Seems like they don't know how machine coordinates and G53\G28 work in the rest of the CNC world. I'll have a look at removing all the G53\G28 code from the post as it could get dangerous if they implement it properly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's an example screen grab I found, don't think I'd ever be in a situation where both coordinate system would be identical like this.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/252589iB9D42D5538123612/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="Clipboard01.png" title="Clipboard01.png" /&gt;&lt;/P&gt;
&lt;P&gt;Are you sure there's no way to set G54 and leave G53 set to the machine home?&amp;nbsp;What happens if you use a G54 before running the command&amp;nbsp;&lt;SPAN&gt;G10L20P1X0Y0Z0, just wonder&amp;nbsp;if&amp;nbsp;you need G54 active.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2016 15:44:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-post-am-i-doing-something-wrong/m-p/6418212#M22026</guid>
      <dc:creator>HughesTooling</dc:creator>
      <dc:date>2016-07-04T15:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Mach3 Post  Am I doing something wrong?</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-post-am-i-doing-something-wrong/m-p/6418316#M22027</link>
      <description>&lt;P&gt;Are you sure there's no way to set G54 and leave G53 set to the machine home? Not that I know of.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The work order system (WCS) stay stored in non-volatile memory, until cleared or reset, so typing G54 comment G55, G56, etc. Will move the machine to its last known location in memory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ref: The only way to sent the machine back to X0Y0Z0 is to type $H (MDI line)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2016 17:07:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-post-am-i-doing-something-wrong/m-p/6418316#M22027</guid>
      <dc:creator>richcournoyer</dc:creator>
      <dc:date>2016-07-04T17:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Mach3 Post  Am I doing something wrong?</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-post-am-i-doing-something-wrong/m-p/6418577#M22028</link>
      <description>&lt;P&gt;I'm trying to figure out the best way to allow tool changes safely without using G28\G53.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've got this at the moment.&lt;/P&gt;
&lt;PRE&gt;G0 Z15.
(2D Contour2)
M5
G0 Z20. (Raise Z to 20 before tool change)
T4 M6
G0 Z20. (Move to Z20. after tool change)
S2555 M3
G54
M8
G0 X-10.034 Y-13.798
Z6.5
&lt;/PRE&gt;
&lt;P&gt;I think you will need a M00 to pause the program on both lines with the Z20 move. You need a&amp;nbsp;Z20. move each side of the tool change because if you change from a long tool to a short tool the tool could plunge into the job\table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So to allow tool changes where they might have a big difference in length the sequence will be&lt;/P&gt;
&lt;P&gt;1. Move to Z20 with the current tool, pause.&lt;/P&gt;
&lt;P&gt;2. Remove tool then hit start, this will load the next tool offset.&lt;/P&gt;
&lt;P&gt;3. Move to Z20 with&amp;nbsp;the next tool called and pause at new height.&lt;/P&gt;
&lt;P&gt;4. Manually load next tool.&lt;/P&gt;
&lt;P&gt;5. Hit start, run to next tool change&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2016 22:05:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-post-am-i-doing-something-wrong/m-p/6418577#M22028</guid>
      <dc:creator>HughesTooling</dc:creator>
      <dc:date>2016-07-04T22:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Mach3 Post  Am I doing something wrong?</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-post-am-i-doing-something-wrong/m-p/6418587#M22029</link>
      <description>&lt;P&gt;Hold Everything!!! We don't do tool changes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One tool, one program.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Next tool, rapid back to the part's home (WCS), and load/run the next program. That should simplify things. Sorry, I didn't tell you this earlier.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why? Two part story&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. We can't do tool offset's in GRBL. &amp;nbsp;So what about setting tool's to the same length? &amp;nbsp;See #2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Long story that has to do with a persistent disconnect problem that Carbide3D hasn't solved yet. When we power down the spindle something happens with the pixies and it causes a software (Carbide Motion) to disconnect from the controller board. &amp;nbsp;Some owners see it 100%, I see it about 10% o the time&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2016 22:22:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-post-am-i-doing-something-wrong/m-p/6418587#M22029</guid>
      <dc:creator>richcournoyer</dc:creator>
      <dc:date>2016-07-04T22:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Mach3 Post  Am I doing something wrong?</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-post-am-i-doing-something-wrong/m-p/6418603#M22030</link>
      <description>&lt;P&gt;The worry is what if someone tries, if I don't put the code something like above you could crash the tool. Is there a tool library on the control, do you always set all the tools to tool one. I could put something in the post so it would error out if you try and use a tool that's not tool one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2016 22:32:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-post-am-i-doing-something-wrong/m-p/6418603#M22030</guid>
      <dc:creator>HughesTooling</dc:creator>
      <dc:date>2016-07-04T22:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Mach3 Post  Am I doing something wrong?</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-post-am-i-doing-something-wrong/m-p/6418609#M22031</link>
      <description>&lt;P&gt;&amp;nbsp;No there is no tool library, and we've the community Teach people on the forum how to do a tool change, by making a separate&amp;nbsp;program for each tool.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2016 22:38:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-post-am-i-doing-something-wrong/m-p/6418609#M22031</guid>
      <dc:creator>richcournoyer</dc:creator>
      <dc:date>2016-07-04T22:38:07Z</dc:date>
    </item>
  </channel>
</rss>

