<?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 Lathe Radius G7 or Diameter G8 mode in Fusion Manufacture Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/lathe-radius-g7-or-diameter-g8-mode/m-p/7400910#M130714</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I want to use diameter mode instead of radius.&lt;/P&gt;&lt;P&gt;When I go into CAM-&amp;gt; Setup -&amp;gt; I can see 'radial dimension mode'.&lt;/P&gt;&lt;P&gt;But it only shows Radius.&lt;/P&gt;&lt;P&gt;Is it possible to change to diameter?&lt;/P&gt;</description>
    <pubDate>Fri, 22 Sep 2017 08:55:05 GMT</pubDate>
    <dc:creator>JJackrabbit</dc:creator>
    <dc:date>2017-09-22T08:55:05Z</dc:date>
    <item>
      <title>Lathe Radius G7 or Diameter G8 mode</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/lathe-radius-g7-or-diameter-g8-mode/m-p/7400910#M130714</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I want to use diameter mode instead of radius.&lt;/P&gt;&lt;P&gt;When I go into CAM-&amp;gt; Setup -&amp;gt; I can see 'radial dimension mode'.&lt;/P&gt;&lt;P&gt;But it only shows Radius.&lt;/P&gt;&lt;P&gt;Is it possible to change to diameter?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 08:55:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/lathe-radius-g7-or-diameter-g8-mode/m-p/7400910#M130714</guid>
      <dc:creator>JJackrabbit</dc:creator>
      <dc:date>2017-09-22T08:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Lathe Radius G7 or Diameter G8 mode</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/lathe-radius-g7-or-diameter-g8-mode/m-p/7463310#M130715</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3705481"&gt;@JJackrabbit&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for bringing this to our attention! I've logged it with development (ticket&amp;nbsp;CAM-8631).&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 13:53:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/lathe-radius-g7-or-diameter-g8-mode/m-p/7463310#M130715</guid>
      <dc:creator>kate.raskauskas</dc:creator>
      <dc:date>2017-10-16T13:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Lathe Radius G7 or Diameter G8 mode</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/lathe-radius-g7-or-diameter-g8-mode/m-p/7486024#M130716</link>
      <description>&lt;P&gt;Hi, In a similar subject, when simulating a turning set of operations all seems to work correctly but when I post process with the Mach3 turn post processor file, I get diameter dimensions were it clearly should be radial dimensions resulting in the CNC lathe trying to machine a part twice the size intended. I tried to set Mach 3 to Diameter instead of Radius for the dimension interpretation under the Turning options.&amp;nbsp; But that did not change anything. Is this a mach 3 post processor file issue or a setting in fusion CAM that I missed? Anyone with an idea how to fix that issue or a work around solution? Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2017 07:23:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/lathe-radius-g7-or-diameter-g8-mode/m-p/7486024#M130716</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-24T07:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Lathe Radius G7 or Diameter G8 mode</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/lathe-radius-g7-or-diameter-g8-mode/m-p/7486088#M130717</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for posting. You're correct, the Mach 3 post processor is currently set to diameter mode. To change this, open the post processor with a text editor and change this line:&lt;/P&gt;
&lt;PRE&gt;var xFormat = createFormat({decimals:(unit == MM ? 3 : 4), forceDecimal:true, scale:2}); // diameter mode
&lt;/PRE&gt;
&lt;P&gt;to this:&lt;/P&gt;
&lt;PRE&gt;var xFormat = createFormat({decimals:(unit == MM ? 3 : 4), forceDecimal:true, scale:1}); // radius mode
&lt;/PRE&gt;
&lt;P&gt;hope this helps!&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2017 07:47:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/lathe-radius-g7-or-diameter-g8-mode/m-p/7486088#M130717</guid>
      <dc:creator>GeorgeRoberts</dc:creator>
      <dc:date>2017-10-24T07:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Lathe Radius G7 or Diameter G8 mode</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/lathe-radius-g7-or-diameter-g8-mode/m-p/7486422#M130718</link>
      <description>&lt;P&gt;Thank you George,&lt;BR /&gt;&lt;BR /&gt;Changing the xFormat like you suggested did the trick.&lt;BR /&gt;&lt;BR /&gt;While we are on the Mach3 post file subject, I found that it generates a G48 S#SpindleSpeed#. I tried to find out what that code do but it is omitted in Mach3 Turn manual. I did find externally from ArtSoft that the G48 is “Tool offset double decrease” command. I am not sure what it does but it seem to be some kind of tool offset compensation. The closest (most similar) command I could find in the manual was "G41/G42&lt;BR /&gt;Start nose radius compensation left/right” or “{G43, G49} tool length offset” Should this section of code (see bellow) be modified? At this stage I am not sure if having this G48 in my g-code is an issue or not but I would feel more comfortable to know if it is functional in Mach3 and what are the effect on the part being machined before I try to turn a chunk of steel. Also I find it odd that it has a speed command on the same line “S##”. I am not familiar with the post processing code but It seem that the intension of this code is to set up the spindle speed mode instead (G94 Feed/min mode Vs G95 Feed/rev mode ). Or it may have to do with&amp;nbsp; Feed and Speed Override M48 and M49 and used a G instead of a M? All this is making my head spin.&lt;BR /&gt;&lt;BR /&gt;I appreciate your help&lt;BR /&gt;Thank you again&lt;BR /&gt;&lt;BR /&gt;Post processing code that generate a G48 S##&lt;BR /&gt;&lt;BR /&gt;gSpindleModeModal.reset();&lt;BR /&gt;&amp;nbsp; if (currentSection.getTool().getSpindleMode() == SPINDLE_CONSTANT_SURFACE_SPEED) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var maximumSpindleSpeed = (tool.maximumSpindleSpeed &amp;gt; 0) ? Math.min(tool.maximumSpindleSpeed, properties.maximumSpindleSpeed) : properties.maximumSpindleSpeed;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; writeBlock(gFormat.format(48), sOutput.format(maximumSpindleSpeed));&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; writeBlock(getCode("CONSTANT_SURFACE_SPEED_ON"), sOutput.format(tool.surfaceSpeed * ((unit == MM) ? 1/1000.0 : 1/12.0)), mSpindle);&lt;BR /&gt;&amp;nbsp; } else {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; writeBlock(getCode(“CONSTANT_SURFACE_SPEED_OFF"), sOutput.format(tool.spindleRPM), mSpindle);&lt;BR /&gt;&amp;nbsp; }&lt;BR /&gt;&lt;BR /&gt;Snip from mach3 turn manual&lt;BR /&gt;&lt;BR /&gt;10.2.1 Feed and Speed Override controls&lt;BR /&gt;Mach3 commands which enable (M48) or disable (M49) the feed and speed override&lt;BR /&gt;switches. It is useful to be able to override these switches for some machining operations&lt;BR /&gt;e.g. threading. The idea is that optimal settings have been included in the program, and the&lt;BR /&gt;operator should not change them.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2017 10:27:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/lathe-radius-g7-or-diameter-g8-mode/m-p/7486422#M130718</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-24T10:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Lathe Radius G7 or Diameter G8 mode</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/lathe-radius-g7-or-diameter-g8-mode/m-p/7486666#M130719</link>
      <description>&lt;P&gt;Thank you for your reply. Please could you send me a link to the manual for your machine? I can only find a very old Mach 3 manual...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2017 12:03:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/lathe-radius-g7-or-diameter-g8-mode/m-p/7486666#M130719</guid>
      <dc:creator>GeorgeRoberts</dc:creator>
      <dc:date>2017-10-24T12:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: Lathe Radius G7 or Diameter G8 mode</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/lathe-radius-g7-or-diameter-g8-mode/m-p/7489821#M130720</link>
      <description>&lt;P&gt;Hi George,&lt;BR /&gt;&lt;BR /&gt;Yes, that is probably the same manual I have found: &lt;A href="http://www.machsupport.com/wp-content/uploads/2013/02/Mach3Turn_1.84.pdf" target="_blank"&gt;http://www.machsupport.com/wp-content/uploads/2013/02/Mach3Turn_1.84.pdf&lt;/A&gt;&lt;BR /&gt;I am not aware of any more recent manual for the mach3 software. The company kind of moved on to their Mach4 version which unfortunately is not compatible with my setup at this time.&lt;BR /&gt;The mach3 version I am currently using is:&amp;nbsp; Mach3Version3.043.022. There is a slightly more recent version: Mach3 R3.043.066 that may solve some specific issues in some special case.&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2017 11:54:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/lathe-radius-g7-or-diameter-g8-mode/m-p/7489821#M130720</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-25T11:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Lathe Radius G7 or Diameter G8 mode</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/lathe-radius-g7-or-diameter-g8-mode/m-p/7495203#M130721</link>
      <description>&lt;P&gt;Hi George,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did a little more testing and found that the G48 S## gCode command come from the "Use Feed per Revolution" in fusion. When run in Mach 3 it seem to have trouble for the first few pass but then do what it is suppose to. More specifically it will start running very slowly at first then after a few cycles run at the correct speed. So even-though the G48 is not documented it seems to partially work. Not sure what to do to fix the slow start at this point though.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Yves&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 22:15:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/lathe-radius-g7-or-diameter-g8-mode/m-p/7495203#M130721</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-26T22:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Lathe Radius G7 or Diameter G8 mode</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/lathe-radius-g7-or-diameter-g8-mode/m-p/8042949#M130722</link>
      <description>&lt;P&gt;Question for the original post answer.&amp;nbsp; Did this ever get fixed in Fusion 360 CAM?&amp;nbsp; As I still cannot see a way to change from radius mode to diameter mode.&amp;nbsp; Only one option is there and you can't deselect it or anything.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jasen&lt;/P&gt;</description>
      <pubDate>Sat, 02 Jun 2018 22:08:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/lathe-radius-g7-or-diameter-g8-mode/m-p/8042949#M130722</guid>
      <dc:creator>jasengrice</dc:creator>
      <dc:date>2018-06-02T22:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Lathe Radius G7 or Diameter G8 mode</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/lathe-radius-g7-or-diameter-g8-mode/m-p/9146524#M130723</link>
      <description>&lt;P&gt;Hi George &amp;amp; Kate,&lt;/P&gt;&lt;P&gt;I'm trying to implement a similar solution for the Fanuc Turning post. I changed the line you indicated to:&lt;/P&gt;&lt;P&gt;var xFormat = createFormat({decimals:(unit == MM ? 3 : 4), forceDecimal:true, scale:1}); // radius mode&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, the posted g-code is still reading diameter-based values for all the X coordinates.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there somewhere else I have to make this change in the Fanuc post-processor in order for it to work? Is there a setting I'm missing somewhere in order for this change to take effect?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 13:48:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/lathe-radius-g7-or-diameter-g8-mode/m-p/9146524#M130723</guid>
      <dc:creator>NewAmericanPublicArt</dc:creator>
      <dc:date>2019-11-14T13:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Lathe Radius G7 or Diameter G8 mode</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/lathe-radius-g7-or-diameter-g8-mode/m-p/10878252#M130724</link>
      <description>&lt;P&gt;Dear George&lt;/P&gt;&lt;P&gt;I used your solution on inventor cam 2022 but it is unfortunately did not work. The software did not response to any scale vale. And the post processor still producing diameter values rather than the radius values for my turning task. I also use mach3. However, I used it on all processors but I always get the same incorrect results.&lt;/P&gt;&lt;P&gt;var xFormat = createFormat({decimals:(unit == MM ? 3 : 4), forceDecimal:true, scale:0}); // radius mode&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Reagards&lt;/P&gt;&lt;P&gt;ahmad&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 21:35:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/lathe-radius-g7-or-diameter-g8-mode/m-p/10878252#M130724</guid>
      <dc:creator>ahmadalsabawi</dc:creator>
      <dc:date>2022-01-13T21:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Lathe Radius G7 or Diameter G8 mode</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/lathe-radius-g7-or-diameter-g8-mode/m-p/10879674#M130725</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/8315851"&gt;@ahmadalsabawi&lt;/a&gt;&amp;nbsp;you need to set it to scale:1, not scale:0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just tested this in the most recent Mach3 turning post processor, and changing that line alone was sufficient to correctly produce radius values in the X axis instead of diameter values&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 12:38:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/lathe-radius-g7-or-diameter-g8-mode/m-p/10879674#M130725</guid>
      <dc:creator>seth.madore</dc:creator>
      <dc:date>2022-01-14T12:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Lathe Radius G7 or Diameter G8 mode</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/lathe-radius-g7-or-diameter-g8-mode/m-p/10880296#M130726</link>
      <description>&lt;P&gt;I know that zero is not correct. But I used it and used an other values, 1,2,...etc while the x values still the same, which are diameter values.&lt;/P&gt;&lt;P&gt;Question: do I need to have a mach3 post processor in the CAM Tab in the Inventor environment? If so, then whould please send it to me. Can I use some generic post processor ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 16:38:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/lathe-radius-g7-or-diameter-g8-mode/m-p/10880296#M130726</guid>
      <dc:creator>ahmadalsabawi</dc:creator>
      <dc:date>2022-01-14T16:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Lathe Radius G7 or Diameter G8 mode</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/lathe-radius-g7-or-diameter-g8-mode/m-p/12675089#M130727</link>
      <description>&lt;P&gt;Has there been any development in this issue? Changing the scaling in the post-processor makes it at least functional, but arc and radius cutting (I,J,K mode) do not work correctly, as well as the DRO and scaling issues. Thank you for your time.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2024 20:27:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/lathe-radius-g7-or-diameter-g8-mode/m-p/12675089#M130727</guid>
      <dc:creator>wexauto</dc:creator>
      <dc:date>2024-03-29T20:27:55Z</dc:date>
    </item>
  </channel>
</rss>

