<?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 for AU Multicam in HSM Post Processor Forum</title>
    <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-for-au-multicam/m-p/8639069#M22805</link>
    <description>&lt;P&gt;Hi yes this is fully functional with the 8 tool ATC on our multicam router&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Mar 2019 05:44:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-03-06T05:44:33Z</dc:date>
    <item>
      <title>Post processor for AU Multicam</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-for-au-multicam/m-p/6319612#M22799</link>
      <description>&lt;P&gt;Hi all just after some support with an Australian cnc router&amp;nbsp;machine. I can run cam off Fusion 360 using th opticut generic post but this has no tool changer features and is jumpy running on the machine.&lt;/P&gt;&lt;P&gt;We use Enroute 5 entry&amp;nbsp;with a&amp;nbsp;&amp;nbsp;custom Aus A2MC controller post.&lt;/P&gt;&lt;P&gt;I will atach a notpad version&amp;nbsp;the .cnf file. There is a .pst file as well but I cant open it.&lt;/P&gt;&lt;P&gt;I am wondering if I am better off tweaking the opticut post from Fusion to my needs or can I edit the .cnf file to suit ?&lt;/P&gt;&lt;P&gt;We also have a USA built Gerber Saber&amp;nbsp;that I would like to try on Fusion ( once it is repaired )&amp;nbsp;is there any posts that would suit this machine?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2016 04:15:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-for-au-multicam/m-p/6319612#M22799</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-11T04:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Post processor for AU Multicam</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-for-au-multicam/m-p/6328622#M22800</link>
      <description>&lt;P&gt;Here is a Australian version of the Multicam post. You would need to provide a known good working NC progrm for the Gerber router, for us to make a new post.&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2016 16:19:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-for-au-multicam/m-p/6328622#M22800</guid>
      <dc:creator>skidsolo</dc:creator>
      <dc:date>2016-05-16T16:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: Post processor for AU Multicam</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-for-au-multicam/m-p/6444495#M22801</link>
      <description>&lt;P&gt;Oh wow i missed this reply thank you for the file I will try first thing tomorow&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://forums.autodesk.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2016 09:46:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-for-au-multicam/m-p/6444495#M22801</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-18T09:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Post processor for AU Multicam</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-for-au-multicam/m-p/6445898#M22802</link>
      <description>&lt;P&gt;Well it seems to get the tool and start up all ok but I have an issue with the g54 and the radius in code. My machine has a G56 home point and uses I-J placement code. Is this hard to change in the post?&lt;/P&gt;&lt;P&gt;I have attached a post from Enroute for a reference on what our controller accepts.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2016 21:50:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-for-au-multicam/m-p/6445898#M22802</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-18T21:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Post processor for AU Multicam</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-for-au-multicam/m-p/6446978#M22803</link>
      <description>&lt;P&gt;The two issues you have are an easy fix &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; the post processor has user properties assigned at the start of the post, you can override these at the time of posting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;// user-defined properties
properties = {
  writeMachine: true, // write machine
  writeTools: true, // writes the tools
  preloadTool: false, // preloads next tool on tool change if any
  showSequenceNumbers: true, // show sequence numbers
  sequenceNumberStart: 1, // first sequence number
  sequenceNumberIncrement: 1, // increment for sequence numbers
  optionalStop: true, // optional stop
  o8: false, // specifies 8-digit program number
  separateWordsWithSpace: true, // specifies that the words should be separated with a white space
  &lt;FONT color="#FF0000"&gt;useRadius: true,&lt;/FONT&gt; // specifies that arcs should be output using the radius (R word) instead of the I, J, and K words.
  useParametricFeed: false, // specifies that feed should be output using Q values
  showNotes: true // specifies that operation notes should be output.
};&lt;/PRE&gt;
&lt;P&gt;you can edit the post with an editor (preferably notepad ++) and change useRadius:true to false. dont forget the comma . Or you can just override this at run posting time. Editing will be permanent, overriding is sticky but could be overwritten if you reinstall.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/256209i22B6FB061A3FCA1A/image-size/medium?v=v2&amp;amp;px=-1" border="0" alt="Screen Shot 2016-07-19 at 9.16.21 AM.png" title="Screen Shot 2016-07-19 at 9.16.21 AM.png" /&gt;&lt;/P&gt;
&lt;P&gt;The second issue of the work fixture offset G54, you can change the output by editing the setup. The default work fixture offset is 0 which equates to G54. I you change it to 2 you will get G55, 3= G56, 4= G57 and so on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/256204i7C5828E2EB789CB8/image-size/medium?v=v2&amp;amp;px=-1" border="0" alt="Screen Shot 2016-07-19 at 9.12.37 AM.png" title="Screen Shot 2016-07-19 at 9.12.37 AM.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2016 13:22:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-for-au-multicam/m-p/6446978#M22803</guid>
      <dc:creator>skidsolo</dc:creator>
      <dc:date>2016-07-19T13:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Post processor for AU Multicam</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-for-au-multicam/m-p/8638999#M22804</link>
      <description>&lt;P&gt;Hi Leon,&lt;/P&gt;
&lt;P&gt;i know this is an old post buthow did you get on with the post processor? did you manage to get it to work properly with the ATC?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 04:32:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-for-au-multicam/m-p/8638999#M22804</guid>
      <dc:creator>MichaelLockhart3046</dc:creator>
      <dc:date>2019-03-06T04:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Post processor for AU Multicam</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-for-au-multicam/m-p/8639069#M22805</link>
      <description>&lt;P&gt;Hi yes this is fully functional with the 8 tool ATC on our multicam router&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 05:44:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-for-au-multicam/m-p/8639069#M22805</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-06T05:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Post processor for AU Multicam</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-for-au-multicam/m-p/8810450#M22806</link>
      <description>&lt;P&gt;Hi leon,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How is the setup working. Any tips for new payers? Considering the purchase of a&amp;nbsp;Multicam System M-1212 CNC Router including a Tool Change Carousel with the A2MC controller.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rgs,&lt;BR /&gt;Shawn&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 14:19:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-for-au-multicam/m-p/8810450#M22806</guid>
      <dc:creator>shawn_ryan</dc:creator>
      <dc:date>2019-05-23T14:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Post processor for AU Multicam</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-for-au-multicam/m-p/9132051#M22807</link>
      <description>&lt;P&gt;Hi Shawn yea the post works great still. I do not use it often as i would like but will do the job!&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 02:38:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-for-au-multicam/m-p/9132051#M22807</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-07T02:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Post processor for AU Multicam- setup for Inventor CAM</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-for-au-multicam/m-p/9578575#M22808</link>
      <description>&lt;P&gt;G'day from Adelaide SA,&lt;/P&gt;&lt;P&gt;We have a MuiltiCam M1212 and it hasn't been used much at all.&lt;/P&gt;&lt;P&gt;I'm looking to set it up and do 3D wing profiles for our students and as I can see a Multicam Post in Inventor Ultimate 2021 CAM, I am wondering if there was anyone who's set it up in a part and assemble set of files?&lt;/P&gt;&lt;P&gt;I assume it would be a good idea to model a base sheet and then put my foam blocks to be cut on top of that?&lt;/P&gt;&lt;P&gt;Also assuming I would need to put the WCS at the corner of the base sheet?&lt;/P&gt;&lt;P&gt;Please if anyone has set this up before it will be most helpful as what I've seen refers to using Fusion 360 and as most of our tech staff are using inventor I thought it would be best to stick with that and build up a set op parameter files and tutorials for our students and staff.&lt;/P&gt;&lt;P&gt;I tried to set a file up but when I back plotted the program in HSM edit it has the tool inverted in Z?&lt;/P&gt;&lt;P&gt;From what I can see, it would drive through the table and Machine in the -z?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advanced if you can help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Jun 2020 04:46:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-for-au-multicam/m-p/9578575#M22808</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-14T04:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Post processor for AU Multicam- setup for Inventor CAM</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-for-au-multicam/m-p/9578591#M22809</link>
      <description>&lt;P&gt;Hi Steve&amp;nbsp;&lt;/P&gt;&lt;P&gt;depending the age of your machine it should be doable&amp;nbsp;&lt;/P&gt;&lt;P&gt;Send me an email and i can run you through some of the setup points.&lt;/P&gt;&lt;P&gt;leoncarter83@bigpond.com&lt;/P&gt;</description>
      <pubDate>Sun, 14 Jun 2020 05:36:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-for-au-multicam/m-p/9578591#M22809</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-14T05:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Post processor for AU Multicam</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-for-au-multicam/m-p/12698119#M22810</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1968133"&gt;@skidsolo&lt;/a&gt;&amp;nbsp;hey mate u seem particularly well versed in all of this stuff, im using the same brand of router as leon but a different model, do u think u can help me out with a post for my machine? it is a multicam sr2515, ik others have this machine too and id like to share anything i can get back to them too, any help is appreciated&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2024 01:08:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-for-au-multicam/m-p/12698119#M22810</guid>
      <dc:creator>AdamShervey</dc:creator>
      <dc:date>2024-04-10T01:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Post processor for AU Multicam</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-for-au-multicam/m-p/13784570#M29657</link>
      <description>&lt;P&gt;Hi guys,&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a&amp;nbsp;Multicam 1212 (A2MC) Model: Z3, and we're looking for the "mcamausgen64.vpl"&amp;nbsp;MultiCAM Aus Post Processor, as well as "mcamgen64.vpl" to use our router directly from Fusion.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know where I can find the file?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Autodesk says it is in the "Supported Post Processors List", but I can't find the actual file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Aug 2025 07:10:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-for-au-multicam/m-p/13784570#M29657</guid>
      <dc:creator>rmartinsW2QQJ</dc:creator>
      <dc:date>2025-08-27T07:10:51Z</dc:date>
    </item>
  </channel>
</rss>

