<?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 Process Diameter vs radius mode MACH 4 in Fusion Manufacture Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-process-diameter-vs-radius-mode-mach-4/m-p/9968702#M73677</link>
    <description>&lt;P&gt;@Anonymous&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OK, thanks for the update, it was bothering me somewhat, so you are now able to run code at the machine correctly with the PP back to the original scale yes ???&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Stay Safe&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;</description>
    <pubDate>Wed, 30 Dec 2020 04:32:23 GMT</pubDate>
    <dc:creator>engineguy</dc:creator>
    <dc:date>2020-12-30T04:32:23Z</dc:date>
    <item>
      <title>Post Process Diameter vs radius mode MACH 4</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-process-diameter-vs-radius-mode-mach-4/m-p/9964201#M73672</link>
      <description>&lt;P&gt;Found an old post that was relevant. Currently using a MACH 4 Turning /Post process.&amp;nbsp; Fusion is working in Radius mode and when i post, it converts to Diameter. The issue is when i start the program, Mach 4 (in dia mode)&amp;nbsp; wants to cut twice the material. The old post recommends editing the config : Var Xformat&amp;nbsp; from scale 2 diameter to&amp;nbsp; scale 1 radius but that was for MACH 3 software. (tried it anyway and it didn't change anything).&amp;nbsp; Can anyone help with my dilemma?&amp;nbsp; thanks&lt;/P&gt;</description>
      <pubDate>Sun, 27 Dec 2020 18:24:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-process-diameter-vs-radius-mode-mach-4/m-p/9964201#M73672</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-27T18:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Post Process Diameter vs radius mode MACH 4</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-process-diameter-vs-radius-mode-mach-4/m-p/9964285#M73673</link>
      <description>&lt;P&gt;@Anonymous&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try the attached PP and see if it works for you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Stay Safe&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;</description>
      <pubDate>Sun, 27 Dec 2020 19:49:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-process-diameter-vs-radius-mode-mach-4/m-p/9964285#M73673</guid>
      <dc:creator>engineguy</dc:creator>
      <dc:date>2020-12-27T19:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: Post Process Diameter vs radius mode MACH 4</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-process-diameter-vs-radius-mode-mach-4/m-p/9964501#M73674</link>
      <description>&lt;P&gt;Well done Rob!!! works like a charm. Had to tweak the x axis motor a little, but that conversion was the answer... Than you!&lt;/P&gt;&lt;P&gt;As I'm not an astute code guy I was wondering if that MOD was a large difference from what i downloaded from Fusion Library?&amp;nbsp; (i'll be comparing both later tonight......)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Happy and healthy 2021.....&lt;/P&gt;</description>
      <pubDate>Sun, 27 Dec 2020 22:53:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-process-diameter-vs-radius-mode-mach-4/m-p/9964501#M73674</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-27T22:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Post Process Diameter vs radius mode MACH 4</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-process-diameter-vs-radius-mode-mach-4/m-p/9964541#M73675</link>
      <description>&lt;P&gt;@Anonymous&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Glad it works, it is pretty much the same as you had, just in a bit different place in a different PP, changed the Scale from 2 to 1 as below &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;xFormat = createFormat({decimals:(unit == MM ? 3 : 4),&lt;FONT color="#FF0000"&gt; forceDecimal:true, scale:1&lt;/FONT&gt;});&lt;/P&gt;&lt;P&gt;Line 662 in the PP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What does bother me is that is not how it should be working in Mach4, when you check it at the machine make a note of exactly how much the X axis moves if it is a 1mm value in the X, the machine should only actually move 0.5mm in the X to take 1mm off the diameter ? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; ? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Stay Safe&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;</description>
      <pubDate>Sun, 27 Dec 2020 23:39:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-process-diameter-vs-radius-mode-mach-4/m-p/9964541#M73675</guid>
      <dc:creator>engineguy</dc:creator>
      <dc:date>2020-12-27T23:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Post Process Diameter vs radius mode MACH 4</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-process-diameter-vs-radius-mode-mach-4/m-p/9968670#M73676</link>
      <description>Yeah Rob, if bothered me as well. That tweaking I mentioned, was to the&lt;BR /&gt;count per units for the X axis motor. It was apparently doubled to what it&lt;BR /&gt;should have been.. I am assuming for now, that was the issue I was&lt;BR /&gt;experiencing. Still learning... thanks again for your support..&lt;BR /&gt;happy and safe.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Dec 2020 03:59:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-process-diameter-vs-radius-mode-mach-4/m-p/9968670#M73676</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-30T03:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Post Process Diameter vs radius mode MACH 4</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-process-diameter-vs-radius-mode-mach-4/m-p/9968702#M73677</link>
      <description>&lt;P&gt;@Anonymous&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OK, thanks for the update, it was bothering me somewhat, so you are now able to run code at the machine correctly with the PP back to the original scale yes ???&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Stay Safe&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2020 04:32:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-process-diameter-vs-radius-mode-mach-4/m-p/9968702#M73677</guid>
      <dc:creator>engineguy</dc:creator>
      <dc:date>2020-12-30T04:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Post Process Diameter vs radius mode MACH 4</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-process-diameter-vs-radius-mode-mach-4/m-p/10164695#M73678</link>
      <description>&lt;P&gt;thank you so much, great job&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 16:56:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-process-diameter-vs-radius-mode-mach-4/m-p/10164695#M73678</guid>
      <dc:creator>walter.strasser</dc:creator>
      <dc:date>2021-03-17T16:56:39Z</dc:date>
    </item>
  </channel>
</rss>

