<?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: Error on Posting Multi-axis Milling in Fusion Manufacture</title>
    <link>https://forums.autodesk.com/t5/fusion-manufacture/error-on-posting-multi-axis-milling/m-p/10515055#M107571</link>
    <description>&lt;P&gt;Hello&amp;nbsp;@Anonymous&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't know if you have already modified your post, but adding the rewind/reconfigure logic to a post has become much simpler now.&amp;nbsp; You can copy the following code from the &lt;A href="https://cam.autodesk.com/hsmposts?p=rs274_multi-axis" target="_blank" rel="noopener"&gt;RS-274 Multi-axis&lt;/A&gt; post into your post.&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;// Start of onRewindMachine logic
var performRewinds = true; // &amp;lt;&amp;lt;&amp;lt; CHANGE TO 'true'

...
// End of onRewindMachine logic&lt;/LI-CODE&gt;
&lt;P&gt;And add the following commands to &lt;EM&gt;onOpen&lt;/EM&gt; prior to calling &lt;EM&gt;setMachineConfiguration&lt;/EM&gt; (also copied from the RS-274 Multi-axis post).&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;  // retract/reconfigure
  safeRetractDistance = getProperty("safeRetractDistance") != undefined ? getProperty("safeRetractDistance") :
    (typeof safeRetractDistance == "number" ? safeRetractDistance : 0);
  if (machineConfiguration.performRewinds() || (typeof performRewinds == "undefined" ? false : performRewinds)) {
    machineConfiguration.enableMachineRewinds(); // enables the rewind/reconfigure logic
    if (typeof stockExpansion != "undefined") {
      machineConfiguration.setRewindStockExpansion(stockExpansion);
      if (!receivedMachineConfiguration) {
        setMachineConfiguration(machineConfiguration);
      }
    }
  }&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;You may have to make minor modifications to the code, but it should be close and give you a starting point that we can work from.&lt;/P&gt;</description>
    <pubDate>Mon, 02 Aug 2021 20:09:53 GMT</pubDate>
    <dc:creator>bob.schultz</dc:creator>
    <dc:date>2021-08-02T20:09:53Z</dc:date>
    <item>
      <title>Error on Posting Multi-axis Milling</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture/error-on-posting-multi-axis-milling/m-p/8353294#M53147</link>
      <description>&lt;P&gt;I can not post Simultaneous multi-axis operations right now. The Log is posted below. The error is&amp;nbsp;"Needs to rewind and it's disabled." - It's Not disabled. : ) Obviously, I tried it ever which way. This post has never had issues before. It's always worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I downloaded the up-to-date Post Processor, same error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Information: Configuration: HAAS 5axis (pre-NGC)&lt;BR /&gt;Information: Vendor: Haas Automation&lt;BR /&gt;Information: Posting intermediate data to '/Users/hooper/Desktop/1001.nc'&lt;BR /&gt;Error: Failed to post process. See below for details.&lt;BR /&gt;...&lt;BR /&gt;Start time: Tue Oct 23 14:03:11 2018&lt;BR /&gt;Post processor engine: 4.2.1 42089&lt;BR /&gt;Configuration path: /Users/hooper/Library/Application Support/Autodesk/Autodesk Fusion 360/3Z75MMUXC5EG/W.login/M/D2017012059623881/CAMPosts/haas 5axis.cps&lt;BR /&gt;Include paths: /Users/hooper/Library/Application Support/Autodesk/Autodesk Fusion 360/3Z75MMUXC5EG/W.login/M/D2017012059623881/CAMPosts&lt;BR /&gt;Configuration modification date: Tue Oct 23 13:55:09 2018&lt;BR /&gt;Output path: /Users/hooper/Desktop/1001.nc&lt;BR /&gt;Checksum of intermediate NC data: 1d9cc71687a92c26c85b53f85d571b63&lt;BR /&gt;Checksum of configuration: 384aa3beb576b70bc43c75d4bb07bf49&lt;BR /&gt;Vendor url: &lt;A href="https://www.haascnc.com" target="_blank"&gt;https://www.haascnc.com&lt;/A&gt;&lt;BR /&gt;Legal: Copyright (C) 2012-2018 by Autodesk, Inc.&lt;BR /&gt;Generated by: Fusion 360 CAM 2.0.4854&lt;BR /&gt;...&lt;/P&gt;&lt;P&gt;###############################################################################&lt;BR /&gt;Error: REWIND: Rewind of machine is required for simultaneous multi-axis toolpath and has been disabled.&lt;BR /&gt;Error at line: 2471&lt;BR /&gt;Error in operation: 'Swarf1'&lt;BR /&gt;Failed while processing onLinear5D() for record 599.&lt;BR /&gt;###############################################################################&lt;/P&gt;&lt;P&gt;Error: Failed to invoke function 'onRewindMachine'.&lt;BR /&gt;Error: Failed to invoke 'onRewindMachine' in the post configuration.&lt;BR /&gt;Error: Failed to execute configuration.&lt;BR /&gt;Stop time: Tue Oct 23 14:03:11 2018&lt;BR /&gt;Post processing failed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Oct 2018 14:18:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture/error-on-posting-multi-axis-milling/m-p/8353294#M53147</guid>
      <dc:creator>bmxjeff</dc:creator>
      <dc:date>2018-10-23T14:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error on Posting Multi-axis Milling</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture/error-on-posting-multi-axis-milling/m-p/8353379#M53149</link>
      <description>&lt;P&gt;Okay. Found a workaround.&amp;nbsp;If I &lt;STRONG&gt;Unselect "&lt;/STRONG&gt;Multiple Passes" in the Swarf op, then it's good. I have to&amp;nbsp;Leave stock and make several ops to do the same thing. Not too bad : )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Oct 2018 14:41:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture/error-on-posting-multi-axis-milling/m-p/8353379#M53149</guid>
      <dc:creator>bmxjeff</dc:creator>
      <dc:date>2018-10-23T14:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error on Posting Multi-axis Milling</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture/error-on-posting-multi-axis-milling/m-p/8353407#M53150</link>
      <description>&lt;P&gt;Good news!.....&lt;/P&gt;
&lt;P&gt;It does it in Windows as well &lt;img class="lia-deferred-image lia-image-emoji" src="https://forums.autodesk.com/html/@92EA44495104941280BAE166AF74BE62/emoticons/1f604.png" alt=":grinning_face_with_smiling_eyes:" title=":grinning_face_with_smiling_eyes:" /&gt;&lt;/P&gt;
&lt;P&gt;I did try the UMC-750 post and that spits out code no problem. The Pre-NGC Trunnion post fails though....&lt;/P&gt;</description>
      <pubDate>Tue, 23 Oct 2018 14:46:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture/error-on-posting-multi-axis-milling/m-p/8353407#M53150</guid>
      <dc:creator>LibertyMachine</dc:creator>
      <dc:date>2018-10-23T14:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error on Posting Multi-axis Milling</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture/error-on-posting-multi-axis-milling/m-p/8353545#M53152</link>
      <description>&lt;P&gt;Thanks for looking into that! I also tried the UMC-750 post and it worked. So, I thought something had changed in Fusion. But, I've never used that Multi-pass option before.... I changed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again Seth! On to thinking about the CAM Challenge&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/506514"&gt;@jeff.pek&lt;/a&gt;&amp;nbsp;Can this post-processor error be reported? I don't know how that goes. : )&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Oct 2018 15:29:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture/error-on-posting-multi-axis-milling/m-p/8353545#M53152</guid>
      <dc:creator>bmxjeff</dc:creator>
      <dc:date>2018-10-23T15:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error on Posting Multi-axis Milling</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture/error-on-posting-multi-axis-milling/m-p/8361678#M53235</link>
      <description>&lt;P&gt;I can give you the reasons and solutions for the issues you are running into here.&amp;nbsp; The reason that the "Multiple Passes" causes an error is that the table has to rotate around more times than the built-in limits of the post allows.&amp;nbsp; Disabling "Multiple Passes" causes less rotary movement during the operation and the table does not exceed its limits.&amp;nbsp; The C-axis limits are defined in the onOpen function.&lt;/P&gt;
&lt;PRE&gt;var aAxis = createAxis({coordinate:0, table:true, axis:[-1, 0, 0], range:[-30-0.0001, 120+0.0001], preference:1});
var bAxis = createAxis({coordinate:1, table:true, axis:[0, 0, 1], cyclic:false, &lt;FONT color="#FF0000"&gt;range:[-360, 360]&lt;/FONT&gt;});&lt;/PRE&gt;
&lt;P&gt;You will also notice that the 'cyclic' parameter is set to 'false', which means that the specified range is the physical limits of the machine.&amp;nbsp; &lt;STRONG&gt;You can change these numbers to reflect the limits of your machine&lt;/STRONG&gt; (on the Haas these are usually the largest number that the control can handle rather than the physical limits of the rotary axis).&amp;nbsp; The Haas UMC-750 post has larger limits for the B-axis, which is why this post does not generate the same error.&lt;/P&gt;
&lt;PRE&gt;    // using 0 instead of -35 to avoid rewind issues
    var bAxis = createAxis({coordinate:1, table:true, axis:[0, 1, 0], range:[0-0.0001, 110+0.0001], preference:1});
    // should be multiple of 360 if rewindCAxisEncoder is enabled
    var cAxis = createAxis({coordinate:2, table:true, axis:[0, 0, 1], cyclic:false, &lt;FONT color="#FF0000"&gt;range:[-13320, 13320]&lt;/FONT&gt;, preference:0});&lt;/PRE&gt;
&lt;P&gt;The reason for the larger numbers in the UMC-750 post is that it is for a specific machine, while the Trunnion post is generic in nature.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The ability to retract the tool and rewind the rotary axes before re-positioning the tool is disabled by default in the post processor.&amp;nbsp; You can enable this function by setting the 'performRewinds' variable to 'true' in the post.&lt;/P&gt;
&lt;PRE&gt;// Start of onRewindMachine logic
/***** Be sure to add 'safeRetractDistance' to post properties. *****/
var performRewinds = &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;true&lt;/STRONG&gt;&lt;/FONT&gt;; // enables the onRewindMachine logic
var safeRetractFeed = (unit == IN) ? 20 : 500;
var safePlungeFeed = (unit == IN) ? 10 : 250;
var stockAllowance = (unit == IN) ? 0.1 : 2.5;&lt;/PRE&gt;
&lt;P&gt;Though you probably will not need this feature if you increase the limits of the B-axis.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Oct 2018 12:56:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture/error-on-posting-multi-axis-milling/m-p/8361678#M53235</guid>
      <dc:creator>bob.schultz</dc:creator>
      <dc:date>2018-10-26T12:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error on Posting Multi-axis Milling</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture/error-on-posting-multi-axis-milling/m-p/8365505#M53304</link>
      <description>&lt;P&gt;Thanks for the detailed response! I will check the limits of my machine and make the changes I need to. Your help here will save me much trouble in the future.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again for your time on this!&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 12:14:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture/error-on-posting-multi-axis-milling/m-p/8365505#M53304</guid>
      <dc:creator>bmxjeff</dc:creator>
      <dc:date>2018-10-29T12:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error on Posting Multi-axis Milling</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture/error-on-posting-multi-axis-milling/m-p/8408664#M54094</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3704064"&gt;@bob.schultz&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hey Bob! That worked. Got 30 rotary passes out of it, and they looked good. Much better than Swarf. Once I figure out how to get that looking good, I'll be on track with Fusion : )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;</description>
      <pubDate>Sun, 18 Nov 2018 01:42:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture/error-on-posting-multi-axis-milling/m-p/8408664#M54094</guid>
      <dc:creator>bmxjeff</dc:creator>
      <dc:date>2018-11-18T01:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error on Posting Multi-axis Milling</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture/error-on-posting-multi-axis-milling/m-p/8418688#M54281</link>
      <description>&lt;P&gt;Hello World...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;so here I go...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I used the original post found in the installed folder, tried to post and got an error, found this post online, and changed this part&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;// Start of onRewindMachine logic&lt;BR /&gt;/***** Be sure to add 'safeRetractDistance' to post properties. *****/&lt;BR /&gt;var performRewinds =&lt;EM&gt;&lt;STRONG&gt; true;&lt;/STRONG&gt;&lt;/EM&gt; // enables the onRewindMachine logic&lt;BR /&gt;var safeRetractFeed = (unit == IN) ? 20 : 500;&lt;BR /&gt;var safePlungeFeed = (unit == IN) ? 10 : 250;&lt;BR /&gt;var stockAllowance = (unit == IN) ? 0.1 : 2.5;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;now its true. OK so I get code out to my editor, and run the NC file on my 750SS .. after a minute of running, error , y axes overtravel range... ok... so I look at the code and find this.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;(REWIND: Tool is retracting due to rotary axes limits.)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;N7475 Z0. F500.&lt;BR /&gt;N7480 G53 G0 Z0.&lt;BR /&gt;N7485 &lt;STRONG&gt;&lt;EM&gt;G53 G0 X-736.6 Y-203.2&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;N7490 C42.973&lt;BR /&gt;N7495 X-13.425 Y-31.231&lt;BR /&gt;N7500 Z0.&lt;BR /&gt;N7505 G1 Z-4.029 F250.&lt;BR /&gt;N7510 X-13.149 Y-31.31 B0.435 F752.01&lt;BR /&gt;N7515 X-12.867 Y-31.432&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;when posting I've tried to do G28 instad of G53 / no luck...&lt;/P&gt;
&lt;P&gt;downloaded 2 other posts online and same problem, now I'm stuck.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;meanwhile the toolpath is 3d Contour / with multi axis tilting enabled.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If anyone has any idea whats bothering me please do help.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Nov 2018 12:35:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture/error-on-posting-multi-axis-milling/m-p/8418688#M54281</guid>
      <dc:creator>kajick</dc:creator>
      <dc:date>2018-11-22T12:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error on Posting Multi-axis Milling</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture/error-on-posting-multi-axis-milling/m-p/9993736#M95638</link>
      <description>&lt;P&gt;Well, I ran into this again, and turns out I solved it 23 years ago!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The post processor Haas Trunnion (Pre NGC) still will not allow the Swarf Muti-Pass option in some instances.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 17:46:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture/error-on-posting-multi-axis-milling/m-p/9993736#M95638</guid>
      <dc:creator>bmxjeff</dc:creator>
      <dc:date>2021-01-11T17:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Error on Posting Multi-axis Milling</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture/error-on-posting-multi-axis-milling/m-p/10363847#M105218</link>
      <description>&lt;P&gt;I just ran into this again! But this time I had too many rotation.. I had to use the Rewind option. (Instead of just adding more degrees of rotation) Since then, the Post processor has been updated and "Rewind" is no longer a Selectable option. The Post Processor has to be opened and edited to enable Rewind, and a Retract Height set, although It didn't use the Height entered. It just use a G53 Z0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In other words, your help is still helping! &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 12:48:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture/error-on-posting-multi-axis-milling/m-p/10363847#M105218</guid>
      <dc:creator>bmxjeff</dc:creator>
      <dc:date>2021-06-04T12:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error on Posting Multi-axis Milling</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture/error-on-posting-multi-axis-milling/m-p/10396713#M105780</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I get the same error on post. Except I do not have a var performRewinds anywhere in my post-processor.&lt;/P&gt;&lt;P&gt;So I looked through the Haas post processor, and the logic seems outside of my comfort zone to risk adding myself.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help here would be appreciated. Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2021 02:27:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture/error-on-posting-multi-axis-milling/m-p/10396713#M105780</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-17T02:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Error on Posting Multi-axis Milling</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture/error-on-posting-multi-axis-milling/m-p/10396776#M105782</link>
      <description>&lt;P&gt;Shawn,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it’s not difficult. Add link your post processor here, and I’ll edit it. No problem.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2021 03:09:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture/error-on-posting-multi-axis-milling/m-p/10396776#M105782</guid>
      <dc:creator>bmxjeff</dc:creator>
      <dc:date>2021-06-17T03:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Error on Posting Multi-axis Milling</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture/error-on-posting-multi-axis-milling/m-p/10398370#M105793</link>
      <description>&lt;P&gt;here you go.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2021 14:05:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture/error-on-posting-multi-axis-milling/m-p/10398370#M105793</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-17T14:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error on Posting Multi-axis Milling</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture/error-on-posting-multi-axis-milling/m-p/10398424#M105794</link>
      <description>&lt;P&gt;Shawn,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I searched the Post for bAxis... which took me to the section of code below. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Brackets with cAxis [0, 0, 1] That mean C rotates around Z. &amp;nbsp; [x,y,z]&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I'm confused to see bAxis rotating around Y &amp;amp; Z with .707107 Because One of them should be a 1 or a 0 [on/off]&lt;/P&gt;&lt;P&gt;The Range is also odd at only [-.5, 180] &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has this post been edited?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2021-06-17 at 10.10.26 AM.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/931519i075E6DDA82AD77BE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2021-06-17 at 10.10.26 AM.png" alt="Screen Shot 2021-06-17 at 10.10.26 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2021 14:26:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture/error-on-posting-multi-axis-milling/m-p/10398424#M105794</guid>
      <dc:creator>bmxjeff</dc:creator>
      <dc:date>2021-06-17T14:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Error on Posting Multi-axis Milling</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture/error-on-posting-multi-axis-milling/m-p/10398732#M105799</link>
      <description>&lt;P&gt;My B axis is a nutated table, so it rotates around an axis that is 45 degrees to the x-y plane. At b=180, the table is at 90 degrees. It's....weird. The array is not on/off, but describes a 3 dimensional vector. It could be [0,1,-1], but why change it if it works?&amp;nbsp;&lt;/P&gt;&lt;P&gt;To answer your question, yes the pp is edited. I got it from some user, and lightly edited to my needs. The edits I made are usually noted with my initials SC. Most of my forum posts are about the pp if you want to look through them. There aren't too many.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also changed the lower range of the B-axis to reflect the actual machine limits from 0 last night. In the Fusion360 machine setup, I have those limits in the kinematics section, and thought maybe the pp was catching that as a need to rewind. Looking at it fresh, I realize the cause is the C-axis range. The toolpath is going in many circles. Maybe if I changed it to cut both ways? When I get to my shop tonight, I will experiment with the actual machine limits for the C-axis.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again for the help Jeff,&lt;/P&gt;&lt;P&gt;Shawn&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2021 16:12:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture/error-on-posting-multi-axis-milling/m-p/10398732#M105799</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-17T16:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error on Posting Multi-axis Milling</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture/error-on-posting-multi-axis-milling/m-p/10399393#M105813</link>
      <description>&lt;P&gt;Hi, I'm not sure if I confused matters, but I am still interested in getting the onRewind function added to my post processor, please.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2021 20:22:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture/error-on-posting-multi-axis-milling/m-p/10399393#M105813</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-17T20:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Error on Posting Multi-axis Milling</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture/error-on-posting-multi-axis-milling/m-p/10515055#M107571</link>
      <description>&lt;P&gt;Hello&amp;nbsp;@Anonymous&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't know if you have already modified your post, but adding the rewind/reconfigure logic to a post has become much simpler now.&amp;nbsp; You can copy the following code from the &lt;A href="https://cam.autodesk.com/hsmposts?p=rs274_multi-axis" target="_blank" rel="noopener"&gt;RS-274 Multi-axis&lt;/A&gt; post into your post.&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;// Start of onRewindMachine logic
var performRewinds = true; // &amp;lt;&amp;lt;&amp;lt; CHANGE TO 'true'

...
// End of onRewindMachine logic&lt;/LI-CODE&gt;
&lt;P&gt;And add the following commands to &lt;EM&gt;onOpen&lt;/EM&gt; prior to calling &lt;EM&gt;setMachineConfiguration&lt;/EM&gt; (also copied from the RS-274 Multi-axis post).&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;  // retract/reconfigure
  safeRetractDistance = getProperty("safeRetractDistance") != undefined ? getProperty("safeRetractDistance") :
    (typeof safeRetractDistance == "number" ? safeRetractDistance : 0);
  if (machineConfiguration.performRewinds() || (typeof performRewinds == "undefined" ? false : performRewinds)) {
    machineConfiguration.enableMachineRewinds(); // enables the rewind/reconfigure logic
    if (typeof stockExpansion != "undefined") {
      machineConfiguration.setRewindStockExpansion(stockExpansion);
      if (!receivedMachineConfiguration) {
        setMachineConfiguration(machineConfiguration);
      }
    }
  }&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;You may have to make minor modifications to the code, but it should be close and give you a starting point that we can work from.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Aug 2021 20:09:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture/error-on-posting-multi-axis-milling/m-p/10515055#M107571</guid>
      <dc:creator>bob.schultz</dc:creator>
      <dc:date>2021-08-02T20:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error on Posting Multi-axis Milling</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture/error-on-posting-multi-axis-milling/m-p/11738631#M134230</link>
      <description>&lt;P&gt;what if that section of code isnt in my postprossesor. Where can I insert it?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 07:49:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture/error-on-posting-multi-axis-milling/m-p/11738631#M134230</guid>
      <dc:creator>grunewald-003</dc:creator>
      <dc:date>2023-02-08T07:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error on Posting Multi-axis Milling</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture/error-on-posting-multi-axis-milling/m-p/11739576#M134259</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/13467293"&gt;@grunewald-003&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What section of code is missing from your post and which post are you using?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 13:35:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture/error-on-posting-multi-axis-milling/m-p/11739576#M134259</guid>
      <dc:creator>bob.schultz</dc:creator>
      <dc:date>2023-02-08T13:35:07Z</dc:date>
    </item>
  </channel>
</rss>

