<?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: CAM G-code issue with Mach3 post processor in HSM Post Processor Forum</title>
    <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/cam-g-code-issue-with-mach3-post-processor/m-p/8154963#M16070</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3547600"&gt;@Strooom&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am improving the Openbuilds postProcessor as it has some issues with very small arcs as well.&lt;/P&gt;
&lt;P&gt;I'd like to understand what the following parameters are doing (this seems not to be &lt;A href="https://cam.autodesk.com/posts/reference/index.html" target="_blank"&gt;documented&lt;/A&gt;&amp;nbsp;here) :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;minimumChordLength : ???&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;minimumCircularRadius&lt;/STRONG&gt; : seems to be self-explaining, but what happens if Fusion360&amp;nbsp; needs a smaller radius arc ? will it linearize ?&lt;BR /&gt;&lt;STRONG&gt;maximumCircularRadius&amp;nbsp;&lt;/STRONG&gt; : again, what happens if exceeded ? why set a maximum ?&lt;BR /&gt;&lt;STRONG&gt;minimumCircularSweep&lt;/STRONG&gt; : is this the minimum angle of the arc ? why set such&amp;nbsp; a minimum ?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;maximumCircularSweep&lt;/STRONG&gt; : is this the maximum angle of the arc ? what does Fusion360 do when it needs eg 270deg and maximum is set to 180deg..&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;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Minimum chord length and radius.&amp;nbsp; I've seen some controls that produce a full circle if the end point is the same as the start. As the g code is only 3 decimal places for mm and 4 for inches there a bit of fuss at times so a very arc short move will make the control do a full circle so I always set these 2 to 0.03. I think the sizes on the dialog are all in mm by the way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For minimum sweep I guess you might run into the same problem as above.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Max sweep, I have a Heidenhain control that does helical moves and allows something like 15 turns max, I have this set to 5400 so the post will just split helical moves of more than that into however many are needed. If your control can do a full circle set it to 360. To answer your question above Fusion would just split the arc in to 2 arcs I guess 1 of 180° and one 90°.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mark&lt;/P&gt;</description>
    <pubDate>Wed, 25 Jul 2018 16:11:23 GMT</pubDate>
    <dc:creator>HughesTooling</dc:creator>
    <dc:date>2018-07-25T16:11:23Z</dc:date>
    <item>
      <title>CAM G-code issue with Mach3 post processor</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/cam-g-code-issue-with-mach3-post-processor/m-p/7680069#M16059</link>
      <description>&lt;P&gt;Hi folks,&lt;BR /&gt;&lt;BR /&gt;I created a simple part in Fusion360 for testing G-Code generation. CAD, CAM and also generation of G code with the mach3mill post processor works like a charm.&lt;BR /&gt;&lt;BR /&gt;But I figured out, that some instructions cause problems during machining. I have attached my simple test design and corresponding G code.&lt;/P&gt;&lt;P&gt;Within this file, instruction "N255" causes problems:&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;N195 G0 Z5.&lt;BR /&gt;N200 X11.453 Y-3.278&lt;BR /&gt;N205 G1 Z2.5 F200.&lt;BR /&gt;N210 Z-5.&lt;BR /&gt;N215 G2 X11.233 Y-3.27 I0.047 J4.283 F500.&lt;BR /&gt;N220 G3 X10.965 Y-3.261 I-0.267 J-4.275&lt;BR /&gt;N225 X10.903 Y-3.488 I0. J-0.122&lt;BR /&gt;N230 G2 X11.512 Y-4.097 I-0.903 J-1.512&lt;BR /&gt;N235 G3 X11.739 Y-4.035 I0.104 J0.062&lt;BR /&gt;N240 X11.73 Y-3.767 I-4.283 J0.&lt;BR /&gt;N245 G2 X11.722 Y-3.5 I4.275 J0.267&lt;BR /&gt;N250 G3 X11.5 Y-3.278 I-0.222 J0.&lt;BR /&gt;N255 G2 X11.453 I0. J4.283&lt;BR /&gt;N260 G0 Z5.&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;In Instruction "N255" there is only movement in X-Axis, Y-Axis stays at its position, although it is a circular movement (G2). This caused my machine control justifiably to fail --&amp;gt; "No circular movement possible".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also Radius at the beginning and at the end of the movemend is slightly different. If I replace "I0." with "I-0.024" it works well. But replacing "G2" with "G1" and ommiting I and J would do a even better job, since it is a linear movement anyways.&lt;BR /&gt;&lt;BR /&gt;Why uses Fusion G2 in such situations and how can I pevent fusion from doing so?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance and best regards,&lt;BR /&gt;&lt;BR /&gt;Alex&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2018 19:26:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/cam-g-code-issue-with-mach3-post-processor/m-p/7680069#M16059</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-10T19:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: CAM G-code issue with Mach3 post processor</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/cam-g-code-issue-with-mach3-post-processor/m-p/7682094#M16060</link>
      <description>&lt;P&gt;Please, try delete in first line next codes&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;G94 G91.1 G40 G49, G21 &lt;/STRONG&gt;&lt;/EM&gt;in second line you can delete, also.&lt;/P&gt;&lt;P&gt;My opinion is that G91.1 makes trauble,but...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Second problem can be in mach3 setup or configuration. We have turning machine with mach3 control. After install mach3 instead fanuc 0T , only one problem was be G2/G3 orientation. Than we call service guy and he is change something in configuration, i dont know what! But, until today, machine works fine, without any issues.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check the version of mach3 mill postprocessor, because last realise works fine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 12:59:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/cam-g-code-issue-with-mach3-post-processor/m-p/7682094#M16060</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-11T12:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: CAM G-code issue with Mach3 post processor</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/cam-g-code-issue-with-mach3-post-processor/m-p/7682236#M16061</link>
      <description>&lt;P&gt;Please, try this postprocessor.&lt;/P&gt;&lt;P&gt;This is my modification for one machine on mach3.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: i am working with R, not I/J , but You can choose what you want.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Offcourse, pay attention, please.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 13:51:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/cam-g-code-issue-with-mach3-post-processor/m-p/7682236#M16061</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-11T13:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: CAM G-code issue with Mach3 post processor</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/cam-g-code-issue-with-mach3-post-processor/m-p/7683171#M16062</link>
      <description>&lt;P&gt;The issue is not related to these &lt;EM&gt;&lt;STRONG&gt;G94 G91.1 G40 G49, G21&lt;/STRONG&gt;&lt;/EM&gt;. When using I and J, command &lt;EM&gt;&lt;STRONG&gt;G91.1&lt;/STRONG&gt;&lt;/EM&gt; is needed to specify whether I and J are absolute or relative.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To make this clear, I am using a Mach3 compatible machine controller, not Mach3 itself. Should have mentioned that above in a more clear manner...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;G2/G3 movements do work fine, it is definetly not related to settings of the machine controller. Only those G2/G3 movements which actually do not form an Arc (like N255 above) cause problems.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 18:36:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/cam-g-code-issue-with-mach3-post-processor/m-p/7683171#M16062</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-11T18:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: CAM G-code issue with Mach3 post processor</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/cam-g-code-issue-with-mach3-post-processor/m-p/7683190#M16063</link>
      <description>&lt;P&gt;Thanks for your newer version of the Mach3 postprocessor! With this version, initial commands are different but the faulty instruction is generated the very same way:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;G3 X11.739 Y-4.035 I0.104 J0.062&lt;BR /&gt;X11.73 Y-3.767 I-4.283 J0.&lt;BR /&gt;G2 X11.722 Y-3.5 I4.275 J0.267&lt;BR /&gt;G3 X11.5 Y-3.278 I-0.222 J0.&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;G2 X11.453 I0. J4.283&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;G0 Z5.&lt;BR /&gt;X11.722 Y-11.453&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 18:43:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/cam-g-code-issue-with-mach3-post-processor/m-p/7683190#M16063</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-11T18:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: CAM G-code issue with Mach3 post processor</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/cam-g-code-issue-with-mach3-post-processor/m-p/7684847#M16064</link>
      <description>&lt;P&gt;Try to change the minimumChordLength into your post from this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;minimumChordLength = spatial(0.01, MM);&lt;/PRE&gt;
&lt;P&gt;to eg this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;minimumChordLength = spatial(0.05, MM);&lt;/PRE&gt;</description>
      <pubDate>Fri, 12 Jan 2018 09:04:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/cam-g-code-issue-with-mach3-post-processor/m-p/7684847#M16064</guid>
      <dc:creator>AchimN</dc:creator>
      <dc:date>2018-01-12T09:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: CAM G-code issue with Mach3 post processor</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/cam-g-code-issue-with-mach3-post-processor/m-p/7685422#M16065</link>
      <description>&lt;P&gt;I have not any issues with this postprocessor.&lt;/P&gt;&lt;P&gt;Line without X or Y looks like prepair for lead out, G2 X... I... J...&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, i am try with IJ, very complicate 3d forms , without any problems or alarms (3d pocket, 3d contour,2d contour and scallop),&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;</description>
      <pubDate>Fri, 12 Jan 2018 13:00:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/cam-g-code-issue-with-mach3-post-processor/m-p/7685422#M16065</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-12T13:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: CAM G-code issue with Mach3 post processor</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/cam-g-code-issue-with-mach3-post-processor/m-p/7685446#M16066</link>
      <description>&lt;P&gt;The setting proposed above just eliminates very small arc moves, so by testing the sample part i did the a G1 move instead of a tiny G2 movement.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2018 13:07:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/cam-g-code-issue-with-mach3-post-processor/m-p/7685446#M16066</guid>
      <dc:creator>AchimN</dc:creator>
      <dc:date>2018-01-12T13:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: CAM G-code issue with Mach3 post processor</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/cam-g-code-issue-with-mach3-post-processor/m-p/7692051#M16067</link>
      <description>&lt;P&gt;I have tested your suggested setting:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;minimumChordLength = spatial(0.05, MM);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It indeed omitts the small arc and executes a G1 instead:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;N245 G2 X11.722 Y-3.5 I4.275 J0.267&lt;BR /&gt;N250 G3 X11.5 Y-3.278 I-0.222 J0.&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;N255 G1 X11.453&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;N260 G0 Z5.&lt;BR /&gt;N265 X11.722 Y-1&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So my controller is able to execute all the code. Thumbs up!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My only concern is that this seems to be a workaround for this specific scenario. In this case the small arc was 0.047mm, what if Fusion decides to use 0.055mm somewhere else in the future, will I face the same issue again?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jan 2018 20:25:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/cam-g-code-issue-with-mach3-post-processor/m-p/7692051#M16067</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-15T20:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: CAM G-code issue with Mach3 post processor</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/cam-g-code-issue-with-mach3-post-processor/m-p/7693048#M16068</link>
      <description>&lt;P&gt;It could potentially since I do not know the specific capabilities of your control regarding arcs. The proposed setting you are now using helped in 99,99% where users had issues with small arcs.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2018 08:34:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/cam-g-code-issue-with-mach3-post-processor/m-p/7693048#M16068</guid>
      <dc:creator>AchimN</dc:creator>
      <dc:date>2018-01-16T08:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: CAM G-code issue with Mach3 post processor</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/cam-g-code-issue-with-mach3-post-processor/m-p/8154715#M16069</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am improving the Openbuilds postProcessor as it has some issues with very small arcs as well.&lt;/P&gt;&lt;P&gt;I'd like to understand what the following parameters are doing (this seems not to be &lt;A href="https://cam.autodesk.com/posts/reference/index.html" target="_blank"&gt;documented&lt;/A&gt;&amp;nbsp;here) :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;minimumChordLength : ???&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;minimumCircularRadius&lt;/STRONG&gt; : seems to be self-explaining, but what happens if Fusion360&amp;nbsp; needs a smaller radius arc ? will it linearize ?&lt;BR /&gt;&lt;STRONG&gt;maximumCircularRadius&amp;nbsp;&lt;/STRONG&gt; : again, what happens if exceeded ? why set a maximum ?&lt;BR /&gt;&lt;STRONG&gt;minimumCircularSweep&lt;/STRONG&gt; : is this the minimum angle of the arc ? why set such&amp;nbsp; a minimum ?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;maximumCircularSweep&lt;/STRONG&gt; : is this the maximum angle of the arc ? what does Fusion360 do when it needs eg 270deg and maximum is set to 180deg..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If&amp;nbsp;&lt;STRONG&gt;maximumCircularSweep&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;equals 180deg,&amp;nbsp;&lt;/SPAN&gt;will&amp;nbsp;&lt;STRONG&gt;isFullCircle&lt;/STRONG&gt;() ever evaluate true ? I guess not, so this branch in onCircular could be removed...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What does &lt;STRONG&gt;.format()&lt;/STRONG&gt; do ? as in&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;function onLinear(_x, _y, _z, feed)
	{
	var x = xOutput.format(_x);
	var y = yOutput.format(_y);
	var z = zOutput.format(_z);
...
	}&lt;/PRE&gt;&lt;P&gt;it seems you can test it for true / false because further-on there is..&lt;/P&gt;&lt;PRE&gt;if (x || y || z)
		{
		writeBlock(gMotionModal.format(1), x, y, z, f);
		}&lt;/PRE&gt;&lt;P&gt;It would be helpful to understand what .format(1) is then doing...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jul 2018 14:57:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/cam-g-code-issue-with-mach3-post-processor/m-p/8154715#M16069</guid>
      <dc:creator>Strooom</dc:creator>
      <dc:date>2018-07-25T14:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: CAM G-code issue with Mach3 post processor</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/cam-g-code-issue-with-mach3-post-processor/m-p/8154963#M16070</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3547600"&gt;@Strooom&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am improving the Openbuilds postProcessor as it has some issues with very small arcs as well.&lt;/P&gt;
&lt;P&gt;I'd like to understand what the following parameters are doing (this seems not to be &lt;A href="https://cam.autodesk.com/posts/reference/index.html" target="_blank"&gt;documented&lt;/A&gt;&amp;nbsp;here) :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;minimumChordLength : ???&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;minimumCircularRadius&lt;/STRONG&gt; : seems to be self-explaining, but what happens if Fusion360&amp;nbsp; needs a smaller radius arc ? will it linearize ?&lt;BR /&gt;&lt;STRONG&gt;maximumCircularRadius&amp;nbsp;&lt;/STRONG&gt; : again, what happens if exceeded ? why set a maximum ?&lt;BR /&gt;&lt;STRONG&gt;minimumCircularSweep&lt;/STRONG&gt; : is this the minimum angle of the arc ? why set such&amp;nbsp; a minimum ?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;maximumCircularSweep&lt;/STRONG&gt; : is this the maximum angle of the arc ? what does Fusion360 do when it needs eg 270deg and maximum is set to 180deg..&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;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Minimum chord length and radius.&amp;nbsp; I've seen some controls that produce a full circle if the end point is the same as the start. As the g code is only 3 decimal places for mm and 4 for inches there a bit of fuss at times so a very arc short move will make the control do a full circle so I always set these 2 to 0.03. I think the sizes on the dialog are all in mm by the way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For minimum sweep I guess you might run into the same problem as above.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Max sweep, I have a Heidenhain control that does helical moves and allows something like 15 turns max, I have this set to 5400 so the post will just split helical moves of more than that into however many are needed. If your control can do a full circle set it to 360. To answer your question above Fusion would just split the arc in to 2 arcs I guess 1 of 180° and one 90°.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jul 2018 16:11:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/cam-g-code-issue-with-mach3-post-processor/m-p/8154963#M16070</guid>
      <dc:creator>HughesTooling</dc:creator>
      <dc:date>2018-07-25T16:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: CAM G-code issue with Mach3 post processor</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/cam-g-code-issue-with-mach3-post-processor/m-p/8155253#M16071</link>
      <description>&lt;P&gt;Ok, thanks for sharing that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So what does Fusion360 do when it needs to output an arc shorter than&amp;nbsp;&lt;STRONG&gt;minimumChordLength&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;or radius smaller than&amp;nbsp;&lt;STRONG&gt;minimumCircularRadius&lt;/STRONG&gt;&amp;nbsp;? Will it linearize that part of the toolpath ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I guess I could find out with a little experimenting, but it's always great to get inside information &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;P&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jul 2018 18:04:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/cam-g-code-issue-with-mach3-post-processor/m-p/8155253#M16071</guid>
      <dc:creator>Strooom</dc:creator>
      <dc:date>2018-07-25T18:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: CAM G-code issue with Mach3 post processor</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/cam-g-code-issue-with-mach3-post-processor/m-p/8155448#M16072</link>
      <description>&lt;P&gt;Yes it just linearises them, lets face it a 0.03mm line or arc isn't going to make much difference.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A thought about max radius, I have a Anilam control that's constantly complaining about arcs out of tolerance, they work fine on my other controls. The problem is again down to not enough decimal places to define the arc, the better controls allow for the inaccuracies but the problem gets worse the bigger the radius so converting to lines might be more accurate.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jul 2018 19:05:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/cam-g-code-issue-with-mach3-post-processor/m-p/8155448#M16072</guid>
      <dc:creator>HughesTooling</dc:creator>
      <dc:date>2018-07-25T19:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: CAM G-code issue with Mach3 post processor</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/cam-g-code-issue-with-mach3-post-processor/m-p/8155459#M16073</link>
      <description>&lt;P&gt;I've tested :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;using a 10mm diameter tool, cutting a 5.01mm fillet radius internal corner. This creates a 90deg arc with 0.01 mm radius:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Y14.9900
G3 X14.9900 Y15.0000 I-0.0100
G1 X-14.9900
G3 X-15.0000 Y14.9900 J-0.0100
G1 Y-14.9900
G3 X-14.9900 Y-15.0000 I0.0100
G1 X14.9900
G3 X15.0000 Y-14.9900 J0.0100
G1 Y0.0000&lt;/PRE&gt;&lt;P&gt;1. when Fusion360 needs to output an arc with an angle more than&amp;nbsp;maximumCircularSweep, it&amp;nbsp;&lt;STRONG&gt;linearizes&lt;/STRONG&gt; this. So it's not splitting it into multiple sub-arcs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. when Fusion360 needs to output an arc with a radius smaller than minimumCircularRadius, it&amp;nbsp;&lt;STRONG&gt;linearizes&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. when Fusion360 needs to output an arc with a radius smaller than&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;minimumCircularRadius, it&amp;nbsp;&lt;STRONG&gt;linearizes&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In all 3 cases, the output becomes :&lt;/P&gt;&lt;PRE&gt;Y14.9900
X14.9900 Y15.0000
X-14.9900
X-15.0000 Y14.9900
Y-14.9900
X-14.9900 Y-15.0000
X14.9900
X15.0000 Y-14.9900
Y0.0000&lt;/PRE&gt;</description>
      <pubDate>Wed, 25 Jul 2018 19:10:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/cam-g-code-issue-with-mach3-post-processor/m-p/8155459#M16073</guid>
      <dc:creator>Strooom</dc:creator>
      <dc:date>2018-07-25T19:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: CAM G-code issue with Mach3 post processor</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/cam-g-code-issue-with-mach3-post-processor/m-p/8155463#M16074</link>
      <description>&lt;P&gt;ok thanks!&lt;/P&gt;&lt;P&gt;I'm not complaining, I just want to understand how it all works together so I can write the most robust/performant GRBL postProcessor.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jul 2018 19:12:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/cam-g-code-issue-with-mach3-post-processor/m-p/8155463#M16074</guid>
      <dc:creator>Strooom</dc:creator>
      <dc:date>2018-07-25T19:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: CAM G-code issue with Mach3 post processor</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/cam-g-code-issue-with-mach3-post-processor/m-p/8155478#M16075</link>
      <description>&lt;P&gt;one more test-result : when I reduce&amp;nbsp;&lt;STRONG&gt;tolerance&lt;/STRONG&gt;, Fusion does split a 90deg arc into multiple smaller arcs.. eg when&amp;nbsp;maximumCircularSweep = toRad(45);&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The linearization in my previous was probably done because the sub-arcs could be replaced with linear segments, still respecting &lt;STRONG&gt;tolerance.&lt;/STRONG&gt; (arc radius was 0.01mm, tolerance was 0.005mm)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It all starts to make sense &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jul 2018 19:19:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/cam-g-code-issue-with-mach3-post-processor/m-p/8155478#M16075</guid>
      <dc:creator>Strooom</dc:creator>
      <dc:date>2018-07-25T19:19:16Z</dc:date>
    </item>
  </channel>
</rss>

