<?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 5 axes in HSM Post Processor Forum</title>
    <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-5-axes/m-p/6797732#M22921</link>
    <description>&lt;P&gt;Actually it does work.&lt;/P&gt;
&lt;P&gt;See this video:&lt;/P&gt;
&lt;P&gt;&lt;IFRAME src="https://screencast.autodesk.com/Embed/Timeline/d0cf7a78-215f-42ea-9ce2-27c4ae673cda" width="696" height="625" frameborder="0" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen"&gt;&lt;/IFRAME&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you attach you MACH3 post? I think we have to setup the machine correctly to get G43.4 which MACH should understand.&lt;/P&gt;</description>
    <pubDate>Wed, 11 Jan 2017 10:34:53 GMT</pubDate>
    <dc:creator>Laurens-3DTechDraw</dc:creator>
    <dc:date>2017-01-11T10:34:53Z</dc:date>
    <item>
      <title>Mach3 5 axes</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-5-axes/m-p/6303865#M22914</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Hi ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I'm try to using 5 axes in Mach3 but the post processor is for 3 axes only,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;is there any way to modify the post processor?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Any help greatly appreciated!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2016 15:11:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-5-axes/m-p/6303865#M22914</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-02T15:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Mach3 5 axes</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-5-axes/m-p/6310059#M22915</link>
      <description>&lt;P&gt;Inside the post processor look for a section that looks like this :&lt;/P&gt;
&lt;PRE&gt;function onOpen() {

  if (true) {
    var aAxis = createAxis({coordinate:0, table:true, axis:[-1, 0, 0], cyclic:true});
    var bAxis = createAxis({coordinate:1, table:true, axis:[0, 0, -1], cyclic:true});

    machineConfiguration = new MachineConfiguration(aAxis,bAxis);

    setMachineConfiguration(machineConfiguration);
    optimizeMachineAngles2(1); // map tip mode
  }
&lt;/PRE&gt;
&lt;P&gt;Yours probably starts with if (false) change it to true whivh will enable the code in between the { }.&lt;/P&gt;
&lt;P&gt;Now you can define the rotary axis for your machine. Here is a description of the parameters:&lt;/P&gt;
&lt;PRE&gt;The supported specifiers are:
1.actuator: Specifies that the actuator type (ie. either "linear" or "rotational"). The default is "rotational".
2.table: Specifies that the axis is located in the table or the head. The default is true for table.
3.axis: Specifies the axis vector as a 3-element array (e.g. "[0, 0, 1]"). This specifier is required.
4.offset: Specifies the axis offset as a 3-element array (e.g. "[0, 0, 25]"). The default is [0, 0, 0].
5.coordinate: Specifies the coordinate used in the ABC vectors (ie. "X", "Y", or "Z"). This specifier is required.
6.cyclic: Specifies that the axis is cyclic. Only supported for rotational axes. Only used when a range is specified. The default is false.
7.range: Specifies the angular range for the axis in degrees as a 2-element array (e.g. "[-120, 120]"). You can also specify a single number to create an axis for an aggregate. The default is unbound.
8.preference: Specifies the preferred angles (-1:negative angles, 0:don't care, and 1:positive angles). The default is don't care.
9.resolution: Specifies the resolution. In degrees for rotational actuator. The default is 0.
Parameters
specifiers The axis specifiers. 
Example:
var bAxis = createAxis({coordinate:1, table:true, axis:[0, 1, 0], range:[-120,120], preference:1});&lt;BR /&gt;var cAxis = createAxis({coordinate:2, table:true, axis:[0, 0, 1], range:[-999.999,999.999]});&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2016 13:58:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-5-axes/m-p/6310059#M22915</guid>
      <dc:creator>skidsolo</dc:creator>
      <dc:date>2016-05-05T13:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Mach3 5 axes</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-5-axes/m-p/6796803#M22916</link>
      <description>&lt;P&gt;I have tried this solution and in partially worked.. instead of generating smooth uniform tool paths similar to those generated in Inventor HSM or fusion 360, it produces deformed and eccentric paths that are far from being OK. Really we (Mach3Mill) users need a reliable Post Processor From Autodesk. Regards&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DD.png" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/309926iA000D27675B4C2E6/image-size/large?v=v2&amp;amp;px=999" role="button" title="DD.png" alt="DD.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2017 21:42:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-5-axes/m-p/6796803#M22916</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-10T21:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Mach3 5 axes</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-5-axes/m-p/6797094#M22917</link>
      <description>In what way are they deformed? Would you mind sharing an example?&lt;BR /&gt;&lt;BR /&gt;I've worked on many 5x Mach3 posts and all of them are very different. Due to the nature of the Mach3 control, I think Autodesk would find it difficult to make a 'generic' 5x post.</description>
      <pubDate>Tue, 10 Jan 2017 23:53:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-5-axes/m-p/6797094#M22917</guid>
      <dc:creator>George-Roberts</dc:creator>
      <dc:date>2017-01-10T23:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Mach3 5 axes</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-5-axes/m-p/6797648#M22918</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2973917" target="_self"&gt;George-Roberts&lt;/A&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I've attached 2 pictures in my previous comment that shows the deformation of processed output in Inventor HSM Editor V. 6.2. I attached a .tap file of the output g code here..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also I have tried to use Fanuc Generic PP. It generates a uniform paths when viewed in&lt;SPAN&gt;&amp;nbsp;Inventor HSM Editor V. 6.2. I noticed that Fanuc output in dealing with IJK for tool orientation.. but there is a strange issue in this that can be shown in the next 2 images:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Autodesk thread1.png" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/310028iE3B701115C248155/image-size/large?v=v2&amp;amp;px=999" role="button" title="Autodesk thread1.png" alt="Autodesk thread1.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Autodesk thread2.png" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/310030i3BAB2DF375852D0D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Autodesk thread2.png" alt="Autodesk thread2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;you can recognise that there are tilt and turn angles in Inventor simulator, but in fanuc output there are just IJK and they are completely ignored by the Inventor HSM editor 6.2 backplot window simulator and the tool center contact point and centerline is always normal to XY plane. And this makes tool body to interfere with the piece..&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;when I open the output .nc file in Mach3Mill there will be an error that Mach3 Cannot read a code that appears in 2 lines which is Started with G43.5 that can't be recognised by Mach3mill (G43.5 Z15. H24). When I deleted this code lines in loaded noramly to mach3mill but still cannot read IJK nor tilting or turn the tool according to IJK values.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;I attached the output file of Fanuc .nc for the same process..&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Autodesk thread3.png" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/310032iD419AA9C1C41DBF2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Autodesk thread3.png" alt="Autodesk thread3.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2017 09:51:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-5-axes/m-p/6797648#M22918</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-11T09:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Mach3 5 axes</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-5-axes/m-p/6797694#M22919</link>
      <description>&lt;P&gt;Just loaded the .nc file into the HSMEdit. And hit backplot.&lt;/P&gt;
&lt;P&gt;Looks great.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Backplot.png" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/310044iCD19EC9500F78169/image-size/large?v=v2&amp;amp;px=999" role="button" title="Backplot.png" alt="Backplot.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you attach your current post processor so we can see how you set-up the 5-axis configuration?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2017 10:13:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-5-axes/m-p/6797694#M22919</guid>
      <dc:creator>Laurens-3DTechDraw</dc:creator>
      <dc:date>2017-01-11T10:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: Mach3 5 axes</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-5-axes/m-p/6797716#M22920</link>
      <description>&lt;P&gt;Fanuc PP is attached here...&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have the same output toolpath.. but try to run it.. you will see that there is no tool tilt and IJK values are not read in there specified fields. and you will notice that tool is not tilted nor swept according to IJK values... the same is in Mach3mill. and as indicated in the following image:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Autodesk thread4.png" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/310051iD177849397A10C64/image-size/large?v=v2&amp;amp;px=999" role="button" title="Autodesk thread4.png" alt="Autodesk thread4.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2017 10:24:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-5-axes/m-p/6797716#M22920</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-11T10:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Mach3 5 axes</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-5-axes/m-p/6797732#M22921</link>
      <description>&lt;P&gt;Actually it does work.&lt;/P&gt;
&lt;P&gt;See this video:&lt;/P&gt;
&lt;P&gt;&lt;IFRAME src="https://screencast.autodesk.com/Embed/Timeline/d0cf7a78-215f-42ea-9ce2-27c4ae673cda" width="696" height="625" frameborder="0" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen"&gt;&lt;/IFRAME&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you attach you MACH3 post? I think we have to setup the machine correctly to get G43.4 which MACH should understand.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2017 10:34:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-5-axes/m-p/6797732#M22921</guid>
      <dc:creator>Laurens-3DTechDraw</dc:creator>
      <dc:date>2017-01-11T10:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Mach3 5 axes</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-5-axes/m-p/6797782#M22922</link>
      <description>&lt;P&gt;Here I attached the Original Mach3 that is coming by default with Inventor HSM (only XYZ). and the Multi axis one that I download from this forum with name (mach3mill X axis A and B.cps) this one is showing deformed toolpaths that are from from fanuc one.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is required is that (&lt;SPAN&gt;mach3mill X axis A and B.cps) is supposed to behave just like what fanuc does in the HSM editor.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;how can we get Fanuc Generic PP outputs to work on Mach3Mill ? because when I delete this&amp;nbsp;G43.5 Z15. H24 from the nc file it loaded normally but with no tool tilt or sweep because it cannot get ABC angles to output to the machine..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2017 10:54:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-5-axes/m-p/6797782#M22922</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-11T10:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Mach3 5 axes</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-5-axes/m-p/6797875#M22923</link>
      <description>&lt;P&gt;Can you show a picture/sketch of your machine with the axis?&lt;/P&gt;
&lt;P&gt;Because table-table A and B axis isn't something that I think would be possible to the usual standards.&lt;/P&gt;
&lt;P&gt;But with mach3 you can make anything ofcourse.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2017 11:37:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-5-axes/m-p/6797875#M22923</guid>
      <dc:creator>Laurens-3DTechDraw</dc:creator>
      <dc:date>2017-01-11T11:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Mach3 5 axes</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-5-axes/m-p/6797924#M22924</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="5axis-table_-table_.jpg" style="width: 500px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/310086i17AE765C0D62BC81/image-size/large?v=v2&amp;amp;px=999" role="button" title="5axis-table_-table_.jpg" alt="5axis-table_-table_.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="20160107171437776.jpg" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/310089iC3B5A6FBA8E3B6BA/image-size/large?v=v2&amp;amp;px=999" role="button" title="20160107171437776.jpg" alt="20160107171437776.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2017 12:02:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-5-axes/m-p/6797924#M22924</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-11T12:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Mach3 5 axes</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-5-axes/m-p/6797933#M22925</link>
      <description>&lt;P&gt;Also I modified the Mach3mill PP file for A&amp;amp;C axis rather than A&amp;amp;B. Result was better a little bit but toolpath deformation of multi axis still there with less eccentricities. attached here..&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2017 12:06:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-5-axes/m-p/6797933#M22925</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-11T12:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Mach3 5 axes</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-5-axes/m-p/6797937#M22926</link>
      <description>&lt;P&gt;take into account that A is ranged from -90 to 90..&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2017 12:08:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-5-axes/m-p/6797937#M22926</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-11T12:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Mach3 5 axes</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-5-axes/m-p/6798554#M22927</link>
      <description>&lt;P&gt;I noticed that when increasing tilt and/or sweep angle, of 5 axis toolpath will be more deformed and more eccentric... It is ODD because XYZ values must be independent of ABC values.. I think we have to find this in Post processor..&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2017 15:46:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-5-axes/m-p/6798554#M22927</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-11T15:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Mach3 5 axes</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-5-axes/m-p/6798865#M22928</link>
      <description>&lt;P&gt;I think you will keep seeing deformation in the backplot. Because your machine doesn't support tcp.&lt;/P&gt;
&lt;P&gt;I think the code will look weird in the backplot&amp;nbsp;but should be good in the machine.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2017 17:27:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-5-axes/m-p/6798865#M22928</guid>
      <dc:creator>Laurens-3DTechDraw</dc:creator>
      <dc:date>2017-01-11T17:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Mach3 5 axes</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-5-axes/m-p/6799445#M22929</link>
      <description>&lt;P&gt;plot is weird in Backplot and Mach3mill display too.. that's I don't run any code like this in my cnc for not to get it damaged..&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2017 20:52:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-5-axes/m-p/6799445#M22929</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-11T20:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Mach3 5 axes</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-5-axes/m-p/6806383#M22930</link>
      <description>&lt;P&gt;I think you should run it really slow.&lt;/P&gt;
&lt;P&gt;It's the only way to find out if it works.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Jan 2017 11:21:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-5-axes/m-p/6806383#M22930</guid>
      <dc:creator>Laurens-3DTechDraw</dc:creator>
      <dc:date>2017-01-15T11:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Mach3 5 axes</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-5-axes/m-p/7297301#M22931</link>
      <description>&lt;P&gt;I have exactly the same issues - My Mach 3 machine has the same A and B axis configuration. Posts generated using the HSM A + B pp produces&amp;nbsp;very incorrect paths with TCP on or off. The paths even cross over across the component, these occur as we pass through B zero and rewinds are not handled.&lt;/P&gt;&lt;P&gt;I have tried adding in rewind code etc from&amp;nbsp;the generic Hass 750 with TCP on and off; this addresses the crossed toolpaths but produces very incorrect A and B&amp;nbsp;values.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried&amp;nbsp;numerous&amp;nbsp;Mach3 pp files from google searches but all to no avail - We really need a Mach 3 Multi axis post from AutoCAD &amp;nbsp;&lt;/P&gt;&lt;P&gt;This really needs to be addressed by AutoCAD or users&amp;nbsp;WILL drift away&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Correct Fusion path" style="width: 395px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/389472i4324335E8092245C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Fusion path.jpg" alt="Fusion path.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Mach 3 post" style="width: 634px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/389473i1377B1081CF5FAE3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Mach3.jpg" alt="Mach3.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Aug 2017 20:35:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-5-axes/m-p/7297301#M22931</guid>
      <dc:creator>richpicture</dc:creator>
      <dc:date>2017-08-13T20:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Mach3 5 axes</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-5-axes/m-p/7353897#M22932</link>
      <description>&lt;P&gt;AutoCAD doesn't make toolpaths.&lt;/P&gt;
&lt;P&gt;So not sure what you are saying here.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2017 08:32:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-5-axes/m-p/7353897#M22932</guid>
      <dc:creator>Laurens-3DTechDraw</dc:creator>
      <dc:date>2017-09-05T08:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Mach3 5 axes</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-5-axes/m-p/7701645#M22933</link>
      <description>&lt;P&gt;I am new to this forum, I have the exact same machine, ChinaZone HY6040 5Axis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been a SolidWorks/ CamWorks user for 3 years, I made a Mach3 5 axis post for CamWorks where it has the A axis offset at 17.3mm for this machine.&lt;/P&gt;&lt;P&gt;A tilt is set at -120° to 120° to help reach tight back angles.&lt;/P&gt;&lt;P&gt;I am now trying to make one for HSMWorks. but hear NotePad++ is the way to go?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have UPG editor but it is for Camworks, not sure what file extensions it will generate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I too am stuck for a while....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2018 18:31:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mach3-5-axes/m-p/7701645#M22933</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-18T18:31:41Z</dc:date>
    </item>
  </channel>
</rss>

