<?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 B Axis Modification .. in Fusion Manufacture Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-processor-b-axis-modification/m-p/8805927#M104908</link>
    <description>&lt;P&gt;If I break the head of the machine, at any angle the movements of the machine do not vary .. the X, Y or Z axis continue to move in their normal position ..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Eg if I program a Z-axis movement from 200 to 100 mm .. it moves vertically .. if the head is broken 90 degrees .. it continues to move vertically ..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only information about the machine that I have is that I found on the internet by Syntec .. but it really does not indicate anything about how to proceed with these movements .. and the controller that is a Syntec 6MD I chose at the time because it just has the ability to work with 5 axes ..&lt;/P&gt;</description>
    <pubDate>Tue, 21 May 2019 21:47:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-05-21T21:47:09Z</dc:date>
    <item>
      <title>Post Processor B Axis Modification ..</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-processor-b-axis-modification/m-p/8803111#M104901</link>
      <description>&lt;P&gt;Hello again .. I have a question to see if you can help me ..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Previously I made some queries for the modification of a post processor for a cnc with Syntec 6MD controller .. using the base of FANUC I managed to make it work ..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now studying a little more in detail the code I see that there are things that are not well resolved ..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My CNC have rotation axis B, that is, it rotates on the Y axis, +90 -90 degrees ..&lt;/P&gt;
&lt;P&gt;It has a tool length compensation system, but it does not have RTCP or TCP enabled .. and this is where I have the doubt ..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the code that I generate, I can perform operations on 3 sides of the piece, making the tool rotate on them. upper, left and right .. but when performing the lateral perforations, the head uses the X axis as depth instead of Z, which leads me to that the height compensation of the tool vary the height of the lateral perforation of the piece ..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The initial doubt is .. the correct way is to make it in cnc when you perform an operation with the spindle rotated 90 degrees, take that the depth is X or Z?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;%
O1002 (TEST 2)
(T5 D=6. CR=0. - FLAT END MILL)
G90 G94 G17 G49 G40 G80
G71
G53 G00 Z0.

(DRILL1)
T5 M06
(ATC TOOL 5)
( S20000 M03 )
G56
&lt;FONT color="#FF0000"&gt;G00 B0.
G00 G43 X8. Y32. Z222.4 H05&lt;/FONT&gt;
G00 Z197.4
G98 G81 X8. Y32. Z192.39 R197.4 F800.
Y64.
Y96.
G80
Z222.4
(Move the spindle to avoid collision with the part.)
G53 G00 Z0.
G53 G00 B0.
G53 G00 X0.
G53 G00 Z0.

(DRILL2)
&lt;FONT color="#FF0000"&gt;G00 B90.&lt;/FONT&gt;
G49
&lt;FONT color="#FF0000"&gt;G00 G43 X-383.5 Y32. Z-145.3 H05&lt;/FONT&gt;
G00 X-333.5
G01 X-328.49 F800.
G00 X-333.5
Y64.
G01 X-328.49 F800.
G00 X-333.5
Y96.
G01 X-328.49 F800.
G00 X-333.5
X-383.5
(Move the spindle to avoid collision with the part.)
G53 G00 Z0.
G53 G00 B0.
G53 G00 X1600.
G53 G00 Z0.

(DRILL3)
&lt;FONT color="#FF0000"&gt;G00 B-90.&lt;/FONT&gt;
G49
&lt;FONT color="#FF0000"&gt;G00 G43 X694.5 Y32. Z-145.3 H05&lt;/FONT&gt;
G00 X644.5
G19 G81 X639.49 Y32. Z-145.3 R644.5 F800.
Y64.
Y96.
G80
X694.5 Z-145.3
G17

G53 G00 Z0.
G49
G00 B0.
(STOP SPINDLE)
M05
M30
%
&lt;/PRE&gt;
&lt;P&gt;As seen in the code, in red mark where the spindle rotates to its position .. and in G43 the tool length compensation is activated .. but since it takes it on the Z axis, what varies is the height of the tool. the perforation, not the depth ..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I appreciate what they can contribute ..&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 21:27:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-processor-b-axis-modification/m-p/8803111#M104901</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-20T21:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Post Processor B Axis Modification ..</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-processor-b-axis-modification/m-p/8804322#M104902</link>
      <description>&lt;P&gt;&lt;STRIKE&gt;Two&lt;/STRIKE&gt;&amp;nbsp;Three things:&lt;/P&gt;
&lt;P&gt;1) Can you share your Fusion file that you are using to generate this code&lt;/P&gt;
&lt;P&gt;2) Can you also share the Post Processor that you are using?&lt;/P&gt;
&lt;P&gt;3) Can you hand write the code that you EXPECT to be seeing (not what is produced)?&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 11:36:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-processor-b-axis-modification/m-p/8804322#M104902</guid>
      <dc:creator>seth.madore</dc:creator>
      <dc:date>2019-05-21T11:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Post Processor B Axis Modification ..</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-processor-b-axis-modification/m-p/8804810#M104903</link>
      <description>&lt;P&gt;Hello Seth how are you?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes of course I leave both files attached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;About what I'm getting from the final code ... it's part of what I'm trying to consult .. (I apologize because English is not my native language and it's often difficult for me to express myself through a translator)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How would it be the correct way? that the team when the spindle rotates at 90 degrees, change the planes and when the code moves the Z axis, instead of making the movement vertically, do it horizontally?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or how do you currently rotate the spindle and move on the X axis?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please tell me if it is not understood and I will try to write it in another way ..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you !&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 14:16:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-processor-b-axis-modification/m-p/8804810#M104903</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-21T14:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Post Processor B Axis Modification ..</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-processor-b-axis-modification/m-p/8804835#M104904</link>
      <description>&lt;P&gt;Project file ..&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 14:21:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-processor-b-axis-modification/m-p/8804835#M104904</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-21T14:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Post Processor B Axis Modification ..</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-processor-b-axis-modification/m-p/8805038#M104905</link>
      <description>&lt;P&gt;Ohhh, that's right. You have the rotating head machine.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It all comes down to what your machine needs to see for code. That is not something we can answer, but only you, others with your same machine, or the manufacturer of the machine. Look for programming examples and programming manuals that list the "DO" and "DO NOT"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is your native language, if I may ask?&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 15:21:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-processor-b-axis-modification/m-p/8805038#M104905</guid>
      <dc:creator>seth.madore</dc:creator>
      <dc:date>2019-05-21T15:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Post Processor B Axis Modification ..</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-processor-b-axis-modification/m-p/8805502#M104906</link>
      <description>&lt;P&gt;Thanks Seth .. yes of course .. my language is Spanish ..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On the issue of what the machine can or can not do ... well ... it has a rotary head on the Y axis .. as far as I could read, that rotation is called the B axis .. it turns +90 -90 degrees ..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The machine has ATC with a linear bench of 8 tools .. It has height sensor of the same and the capacity of height compensation of tools (G43) as seen in the code ..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What it does not have is TCP (or RTCP) .. so I have to perform those rotation calculations through the software or post processor ..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have tried with examples and other processors .. but my cnc does not support commands such as G68.2 etc. if it supports the G68 but I do not know if that procedure is correct ..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Believe me if I go to write is because I have been trying to solve months through web information, sample processors etc ..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have modified almost all the sample processors and similar manufacturers that are available by autodesk .. but I am confused at this point ..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I do not pretend to be solved ... but if you can help me or just guide me on the right path I would be more than satisfied ..&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 18:06:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-processor-b-axis-modification/m-p/8805502#M104906</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-21T18:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Post Processor B Axis Modification ..</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-processor-b-axis-modification/m-p/8805912#M104907</link>
      <description>&lt;P&gt;When you tip your machine head at 90+/- degrees, what happens when you move the spindle in what would normally be the X direction? Does the Z value change, or does it still continue posting it's location as if the spindle was still vertical? Do you have a programming or operation manual for this machine?&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 21:39:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-processor-b-axis-modification/m-p/8805912#M104907</guid>
      <dc:creator>seth.madore</dc:creator>
      <dc:date>2019-05-21T21:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Post Processor B Axis Modification ..</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-processor-b-axis-modification/m-p/8805927#M104908</link>
      <description>&lt;P&gt;If I break the head of the machine, at any angle the movements of the machine do not vary .. the X, Y or Z axis continue to move in their normal position ..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Eg if I program a Z-axis movement from 200 to 100 mm .. it moves vertically .. if the head is broken 90 degrees .. it continues to move vertically ..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only information about the machine that I have is that I found on the internet by Syntec .. but it really does not indicate anything about how to proceed with these movements .. and the controller that is a Syntec 6MD I chose at the time because it just has the ability to work with 5 axes ..&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 21:47:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-processor-b-axis-modification/m-p/8805927#M104908</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-21T21:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Post Processor B Axis Modification ..</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-processor-b-axis-modification/m-p/8805965#M104909</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have tried with examples and other processors .. but my cnc does not support commands such as G68.2 etc. if it supports the G68 but I do not know if that procedure is correct ..&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;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Looking at &lt;A href="http://www.syntecclub.com.tw/manual/mill%20programming%20manual-en.pdf" target="_blank" rel="noopener"&gt;THIS MANUAL&lt;/A&gt;&amp;nbsp;on page 87, it gives us the "how to" regarding coordinate rotation. Theoretically, you should be able to manually write a short program along their guidelines and execute a rotation. What happens to your machine then?&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 22:05:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-processor-b-axis-modification/m-p/8805965#M104909</guid>
      <dc:creator>seth.madore</dc:creator>
      <dc:date>2019-05-21T22:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Post Processor B Axis Modification ..</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-processor-b-axis-modification/m-p/8805985#M104910</link>
      <description>&lt;P&gt;I've already tried that .. and it works but in fixed planes ..&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;G17 (X-Y), G18 (X-Z) and G19 (Y-Z) .. and then the parameter G68 enables a rotation in degrees on the selected plane, but not between planes as does the G68.2 in FANUC ..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For ex. if we wanted to make a hole in a face at 45 degrees this does not work ..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyway I'm trying to incorporate this to the post processor to at least solve the perforations in 3 sides of the piece .. the issue here is how to coordinate the movement of the axis that corresponds to the position of the tool to be able to use the compensation to through parameter G43 ..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At this moment I am seeing here how I should modify the post processor so that when the spindle rotates to +90 or -90 I will load in the code a G19 which would work in the YZ plane and transpose the movements of the cam to the corresponding axes ..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 22:16:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-processor-b-axis-modification/m-p/8805985#M104910</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-21T22:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: Post Processor B Axis Modification ..</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-processor-b-axis-modification/m-p/8828212#M104911</link>
      <description>&lt;P&gt;Hello again !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Well here I am refloating this topic in the forum .. I have not stopped programming and researching ..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think I have found the key to my problem .. as I mentioned before, I have a 4 axis CNC .. X, Y, Z, B .. my big problem is that my controller does not support TCP .. and besides that does not have the advanced positioning options active .. as for example to use commands like G68.2 or G43.4 ..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I began to study other post processors such as "FANUC - Inverse Time and A-axis", "Thermwood 5-Axis", "5AXISMAKER" and others ..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In addition to this I often study the autodesk post processor manual for fusion.&lt;/P&gt;&lt;P&gt;But none of this covers my doubts .. I consult ... is it possible to control a cnc like mine by software through the post processor without having enabled the previously mentioned advanced options like G68.2 or G43.4?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If so ... because the information in the post processor manual differs so much from the post processors mentioned?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let's say that I have achieved some results but none that really is worthy of calling it a solution!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate your help ..&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jun 2019 23:30:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-processor-b-axis-modification/m-p/8828212#M104911</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-02T23:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Post Processor B Axis Modification ..</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-processor-b-axis-modification/m-p/9814576#M104912</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have the same troubles.&lt;/P&gt;&lt;P&gt;I´m using the FANUC (with g91)/fanuc incremental on a machine with syntec 6mb&lt;/P&gt;&lt;P&gt;Must modify all my g-codes changing the g21 by g71 and deleting the duplicated "T" after a tool change, but I have no any other issues running any 3 axis milling operations/programs.&lt;/P&gt;&lt;P&gt;The troubles appears when I try to use the 4th axis.&lt;/P&gt;&lt;P&gt;Anyone find a solution for the g68.2 and g53.1 commands ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 08:36:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-processor-b-axis-modification/m-p/9814576#M104912</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-21T08:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Post Processor B Axis Modification ..</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-processor-b-axis-modification/m-p/10526460#M104913</link>
      <description>&lt;P&gt;I have the problem that my B Axis is turning around Y as it should, but if I have a chamfer the position is not correct. I use Syntec controller 21MA. Maybe you solved this issue already. Thanks for reply&lt;/P&gt;</description>
      <pubDate>Fri, 06 Aug 2021 19:31:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-processor-b-axis-modification/m-p/10526460#M104913</guid>
      <dc:creator>manfred.raffler</dc:creator>
      <dc:date>2021-08-06T19:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Post Processor B Axis Modification ..</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-processor-b-axis-modification/m-p/11479120#M104914</link>
      <description>&lt;P&gt;same issue here, did you get this figured out?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2022 03:35:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-processor-b-axis-modification/m-p/11479120#M104914</guid>
      <dc:creator>CNCWoodarts</dc:creator>
      <dc:date>2022-10-13T03:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Post Processor B Axis Modification ..</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-processor-b-axis-modification/m-p/11906882#M104915</link>
      <description>&lt;P&gt;Hi @Anonymous,&lt;/P&gt;&lt;P&gt;I have the same problem with IGOLDEN CNC machine. I have tried a lot of thing but I modified your postprocessor at line 397&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;var pivotDistance = toPreciseUnit(&lt;STRONG&gt;396&lt;/STRONG&gt;, MM); // 311 + T3 // distance to pivot point along B-axis&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;where 396 is my pivot distance of 311mm with tool length of 85mm added. Wheh I run the program I &lt;STRONG&gt;delete the H03&lt;/STRONG&gt; tool compensation from G code and it runs right where needed.&lt;/P&gt;&lt;P&gt;Since I am not much into programming I will have to create a different postprocessor for every tool I have but I guess that pivotDistance can be set to 311 + tool length?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 11:30:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-processor-b-axis-modification/m-p/11906882#M104915</guid>
      <dc:creator>infoSDJP6</dc:creator>
      <dc:date>2023-04-19T11:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Post Processor B Axis Modification ..</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-processor-b-axis-modification/m-p/11906939#M104916</link>
      <description>&lt;P&gt;We are working in Autocad Fusion and we have a Syntec 21MA.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We solve it in this way inside the postprocessor:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;headOffset = tool.overallLength + pivotDistance; // control will compensate for tool length&lt;/P&gt;&lt;P&gt;In Fusion 360 you have in the tool library the "overallLength" of each tool&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 12:03:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-processor-b-axis-modification/m-p/11906939#M104916</guid>
      <dc:creator>manfred.raffler</dc:creator>
      <dc:date>2023-04-19T12:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Post Processor B Axis Modification ..</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-processor-b-axis-modification/m-p/11908960#M104917</link>
      <description>&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;I had that line but as a comment, it works like a charm now with tool.bodyLength&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 06:32:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/post-processor-b-axis-modification/m-p/11908960#M104917</guid>
      <dc:creator>infoSDJP6</dc:creator>
      <dc:date>2023-04-20T06:32:57Z</dc:date>
    </item>
  </channel>
</rss>

