<?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: Okuma LB3000 Post Inside in HSM Post Processor Forum</title>
    <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/okuma-lb3000-post-inside/m-p/10640117#M7098</link>
    <description>&lt;P&gt;One thing I wish is that there was some way to control Polar Mode without using a different post.&amp;nbsp; Not sure if this is possible but our LB3k is a 450 so the sub can interfere with the turret in some circumstances when heli milling using x and y.&amp;nbsp; I edited a standard LB3K post to force polar mode so that the c,x rotates instead of x,y action but need to use different posts to control that feature.&lt;/P&gt;</description>
    <pubDate>Wed, 22 Sep 2021 15:35:38 GMT</pubDate>
    <dc:creator>scarwars13</dc:creator>
    <dc:date>2021-09-22T15:35:38Z</dc:date>
    <item>
      <title>Okuma LB3000 Post Inside</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/okuma-lb3000-post-inside/m-p/9717088#M7088</link>
      <description>&lt;P&gt;For anyone in need of a half decent post for an Okuma lathe.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've spent the last year not only teaching myself how to "speak Okuma" but also learning how to modify these post processors as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The generic LB3000 post didn't play very well with my machine (LB3000MYW800) so I give to you the fruits of my labor. It's not perfect but it's a huge improvement over the generic.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Modifications I've made:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Use Y Axis Retract Feature:&lt;/STRONG&gt; Will cancel the tool offset and send the turret "home" in a safe manner if using Y axis&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; offset style toolholders. It can be turned on or off from the post window in Fusion. It is on by default.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;M5 Between M3 and M4:&lt;/STRONG&gt; If you're using Y axis offset turning you'll most likely have LH and RH tools stacked. This will stop the spindle between operations if the spindle direction changes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Peck Tapping:&lt;/STRONG&gt; Okuma doesn't have a peck tapping canned cycle so this is kind of a hack but works. It calls multiple G77 cycles to get to the desired depth. The key to this working is the M136 on the G77 line. Peck tapping will also work with Live Tools (G178).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Work Plane Call after Activating Y Mode :&lt;/STRONG&gt; Once Y mode is activated (G138) the active work plane is cleared so this makes sure to call the plane after the G138.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IPR Feed for Drilling on&lt;/STRONG&gt;&amp;nbsp;&lt;STRONG&gt;Center:&lt;/STRONG&gt; I prefer ipr feed for drilling.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Expand Cycle Action:&amp;nbsp;&lt;/STRONG&gt;Sometimes I like to customize a drill cycle manually so I added this action. Activated by using expandCycle as the action.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Force Retract Action: &lt;/STRONG&gt;Forces the machine to home. I'll use this with Pass Through code when running sub programs. Activated by using forceRetract as the action.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Use 3 Pass Action:&amp;nbsp;&lt;/STRONG&gt;I use this to sneak up on tight tolerances. It forces the tool to retract to the home position and writes an M0 with the target dimension as a comment in the program. To use it select Manual NC -&amp;gt; Action -&amp;gt; use3Pass:(dimension) The colon is necessary. Place it AFTER the operation you want to check.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Z Home Position Action:&amp;nbsp;&lt;/STRONG&gt;I use this to change the turret Z Home Position in the middle of a program. If I'm working between the Main and Sub spindle on my machine I don't want tool changes happening over top of the Sub Spindle. This way I can set the Home Position wherever I need it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;To use it select Manual NC -&amp;gt; Action -&amp;gt; zHome:(homeposition) The colon is necessary here too. Place it BEFORE the operation you want to modify the Home Position of.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Multi-Start Threading:&lt;/STRONG&gt;&amp;nbsp;You can now choose a standard G71 threading cycle or simple threading cycles(G33) for Multi-start threads.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Multi-Axis Feedrates:&amp;nbsp;&lt;/STRONG&gt;The correct logic is now in place for feedrates when multi-axis milling.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There was an issue when selecting "Alternate Flanking" style threading while using Simple Threading Cycles(G33). Basically, it wasn't working. That's been corrected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I pulled the CircularData function from the Okuma milling post and added it to this post. This ensures that the output points lie exactly on the circle. This keeps the machine from alarming out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are some other minor tweaks here and there but mostly just clean up of the code.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DISCLAIMER:&lt;/STRONG&gt; I am not an expert on Okuma nor Javascript. Just someone that needed something done and had to teach myself some new skills. I've seen others on this forum run into similar issues with these Okuma machines as I have so I figured I'd share what I've learned.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Brandon&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 19:31:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/okuma-lb3000-post-inside/m-p/9717088#M7088</guid>
      <dc:creator>BrandonTBFBF</dc:creator>
      <dc:date>2024-03-04T19:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Okuma LB3000 Post Inside</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/okuma-lb3000-post-inside/m-p/9717150#M7089</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/8190132"&gt;@BrandonTBFBF&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for sharing your feedback and Modified post with us.&amp;nbsp;&lt;SPAN&gt;I really appreciate the time and effort you put into the Post modification. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We will look into it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 12:21:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/okuma-lb3000-post-inside/m-p/9717150#M7089</guid>
      <dc:creator>KrupalVala</dc:creator>
      <dc:date>2020-08-28T12:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Okuma LB3000 Post Inside</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/okuma-lb3000-post-inside/m-p/9717667#M7090</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/8190132"&gt;@BrandonTBFBF&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am actually working on updating our Okuma post processor and have already fixed most of the things you mentioned. Thanks for the feedback.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Will&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 16:12:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/okuma-lb3000-post-inside/m-p/9717667#M7090</guid>
      <dc:creator>will_1</dc:creator>
      <dc:date>2020-08-28T16:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Okuma LB3000 Post Inside</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/okuma-lb3000-post-inside/m-p/9717692#M7091</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4006584"&gt;@will_1&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Be sure to take a look at the getCommonCycle function in my post. The "I" or "K" value must be a positive number on the canned cycle line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used Math.abs() to get there. Not sure if this is the correct method but it got me what I needed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Brandon&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 16:22:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/okuma-lb3000-post-inside/m-p/9717692#M7091</guid>
      <dc:creator>BrandonTBFBF</dc:creator>
      <dc:date>2020-08-28T16:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Okuma LB3000 Post Inside</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/okuma-lb3000-post-inside/m-p/9723503#M7092</link>
      <description>&lt;P&gt;Will do!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/8190132"&gt;@BrandonTBFBF&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 16:08:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/okuma-lb3000-post-inside/m-p/9723503#M7092</guid>
      <dc:creator>will_1</dc:creator>
      <dc:date>2020-09-01T16:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Okuma LB3000 Post Inside</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/okuma-lb3000-post-inside/m-p/10030103#M7093</link>
      <description>&lt;P&gt;I've made some updates to this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There was an erroneous second clearance plane call on with the live tool tapping cycle.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When tapping multiple holes on the same plane with live tools the old version would try to use High Feed between them. This would cause the machine to to sit still since the spindle was not turning. It now uses G0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you were milling with the C axis locked and went to drill axial holes with a live tool (XZC Mode) it wouldn't unlock the spindle brake. This is now fixed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I added two more Actions: useM136 and useSSV.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;useSSV turns Spindle Speed Variation on with an M695&lt;/P&gt;&lt;P&gt;&amp;nbsp; useM136 adds an M136 to a drilling or tapping cycle. This retracts the tool to the clearance point rather than the first cycle point.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 21:39:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/okuma-lb3000-post-inside/m-p/10030103#M7093</guid>
      <dc:creator>BrandonTBFBF</dc:creator>
      <dc:date>2021-01-25T21:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Okuma LB3000 Post Inside</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/okuma-lb3000-post-inside/m-p/10032227#M7094</link>
      <description>&lt;P&gt;I found a small issue with the post I shared above. It was missing a G0 after the G137(Polar Interpolation) call.&lt;/P&gt;&lt;P&gt;This version fixes that.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 15:00:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/okuma-lb3000-post-inside/m-p/10032227#M7094</guid>
      <dc:creator>BrandonTBFBF</dc:creator>
      <dc:date>2021-01-26T15:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Okuma LB3000 Post Inside</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/okuma-lb3000-post-inside/m-p/10052185#M7095</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/8190132"&gt;@BrandonTBFBF&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the feedback, we will make sure it gets into the library post processor.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Will&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 21:19:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/okuma-lb3000-post-inside/m-p/10052185#M7095</guid>
      <dc:creator>will_1</dc:creator>
      <dc:date>2021-02-02T21:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Okuma LB3000 Post Inside</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/okuma-lb3000-post-inside/m-p/10335996#M7096</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Update.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This version uses the CircularData function from the Okuma milling post. This prevents issues when using I,J,K rather than radius arcs (L).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also added the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The onManualNC/executeManualNC functions posted on this forum by&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3704064"&gt;@bob.schultz&lt;/a&gt; . I use a lot of subprogram calls so now the Pass Through feature posts the code in between two sections properly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A user defined property Max Spindle Speed Sub. The sub spindle on my machine has a max speed of 6000 rpm while the main can only do 4200 rpm. This will post the correct G50 based one which spindle you're working on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A "Remove Long Tool" feature. If I select "Manual Tool Change" for a tool I'm milling with, chances are it's too long to clear the sheet metal or will hit the chuck/part. So this post will write an M0 after sending the turret home to allow you to remove that tool.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This post is finally to the point where I can just "post and go".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only issue that still exists is the occasional "C360." in a canned cycle line rather than "C0." I have yet to figure out a solution for that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Brandon&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 19:03:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/okuma-lb3000-post-inside/m-p/10335996#M7096</guid>
      <dc:creator>BrandonTBFBF</dc:creator>
      <dc:date>2021-05-24T19:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Okuma LB3000 Post Inside</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/okuma-lb3000-post-inside/m-p/10639861#M7097</link>
      <description>&lt;P&gt;Thank you VERY MUCH Brandon!&amp;nbsp; This post has saved me and likely countless others alot of unpleasant headaches and mishaps!&amp;nbsp; Please continue to share your updates as this has allowed our machine to do radial drilling for the first time!&amp;nbsp; Never had a cnc lathe before so the lathe guys will laugh but its really exciting and opens up alot of potential for our projects.&amp;nbsp; Once again much appreciated!&amp;nbsp; F360 community is the best!&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 13:55:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/okuma-lb3000-post-inside/m-p/10639861#M7097</guid>
      <dc:creator>scarwars13</dc:creator>
      <dc:date>2021-09-22T13:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Okuma LB3000 Post Inside</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/okuma-lb3000-post-inside/m-p/10640117#M7098</link>
      <description>&lt;P&gt;One thing I wish is that there was some way to control Polar Mode without using a different post.&amp;nbsp; Not sure if this is possible but our LB3k is a 450 so the sub can interfere with the turret in some circumstances when heli milling using x and y.&amp;nbsp; I edited a standard LB3K post to force polar mode so that the c,x rotates instead of x,y action but need to use different posts to control that feature.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 15:35:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/okuma-lb3000-post-inside/m-p/10640117#M7098</guid>
      <dc:creator>scarwars13</dc:creator>
      <dc:date>2021-09-22T15:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Okuma LB3000 Post Inside</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/okuma-lb3000-post-inside/m-p/10640122#M7099</link>
      <description>&lt;P&gt;My post will force PolarMode using Manual NC - Action - usePolarMode.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you open the post itself you'll see a list of supported Action commands at the top.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 15:38:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/okuma-lb3000-post-inside/m-p/10640122#M7099</guid>
      <dc:creator>BrandonTBFBF</dc:creator>
      <dc:date>2021-09-22T15:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Okuma LB3000 Post Inside</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/okuma-lb3000-post-inside/m-p/10739867#M7100</link>
      <description>&lt;P&gt;One other question, when threading using your post get an error unless i check the box use cycle. &amp;nbsp;This fix does not use thread orientation so re running threading cycles to tune in thread sizing crossthreads every time. Its either one shot or scrap the part. &amp;nbsp;Any ideas?&lt;/P&gt;</description>
      <pubDate>Sat, 06 Nov 2021 15:36:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/okuma-lb3000-post-inside/m-p/10739867#M7100</guid>
      <dc:creator>scarwars13</dc:creator>
      <dc:date>2021-11-06T15:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Okuma LB3000 Post Inside</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/okuma-lb3000-post-inside/m-p/10740409#M7101</link>
      <description>&lt;P&gt;I've always used G33 with this lathe so I never got around to coding the canned cycle.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm able to re run threads as long as the spindle speed is the same. The spindle speed override knob not being at 100 can cause issues with cross threading if you're not careful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EDIT: I looked through the programming manual this morning and I don't see anything about thread orientation for either the G71 threading cycle or G31/G33 threading. All I see is phase offset for multi-start threads. It also looks like the G71 cycle is already set up in the post.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have an example of what you'd like to use?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 10:45:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/okuma-lb3000-post-inside/m-p/10740409#M7101</guid>
      <dc:creator>BrandonTBFBF</dc:creator>
      <dc:date>2021-11-08T10:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Okuma LB3000 Post Inside</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/okuma-lb3000-post-inside/m-p/10749057#M7102</link>
      <description>&lt;P&gt;Where are you adding the polar interpolation at?&lt;/P&gt;&lt;P&gt;How do I make a toolpath output with G137 polar interpolation?&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im proving your post out in our new Okuma Genos L3000MY.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again for all these tips so far!!&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 20:38:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/okuma-lb3000-post-inside/m-p/10749057#M7102</guid>
      <dc:creator>bradfordmachineshop</dc:creator>
      <dc:date>2021-11-10T20:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Okuma LB3000 Post Inside</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/okuma-lb3000-post-inside/m-p/10749064#M7103</link>
      <description>&lt;P&gt;add a Manual NC - Action - usePolarMode before the operation you want to use polar interpolation.&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Polar Interpolation.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/988307i1B8FFB27D6C88C67/image-size/large?v=v2&amp;amp;px=999" role="button" title="Polar Interpolation.png" alt="Polar Interpolation.png" /&gt;&lt;/span&gt;&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>Wed, 10 Nov 2021 20:46:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/okuma-lb3000-post-inside/m-p/10749064#M7103</guid>
      <dc:creator>BrandonTBFBF</dc:creator>
      <dc:date>2021-11-10T20:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Okuma LB3000 Post Inside</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/okuma-lb3000-post-inside/m-p/10751331#M7104</link>
      <description>&lt;P&gt;Report back with any issues you find.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Nov 2021 16:18:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/okuma-lb3000-post-inside/m-p/10751331#M7104</guid>
      <dc:creator>BrandonTBFBF</dc:creator>
      <dc:date>2021-11-11T16:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Okuma LB3000 Post Inside</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/okuma-lb3000-post-inside/m-p/10752378#M7105</link>
      <description>&lt;P&gt;Ok thanks for looking into this for me!&lt;/P&gt;&lt;P&gt;Im also a new to lathing so that may have something to do with it. &amp;nbsp;I was trying to cut an M12 thread and my spindle speed was at 100 for sure but thats a good thing to watch for in the future. &amp;nbsp;I will post the error code i get when i cut a thread again without using the canned cycle.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Nov 2021 00:41:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/okuma-lb3000-post-inside/m-p/10752378#M7105</guid>
      <dc:creator>scarwars13</dc:creator>
      <dc:date>2021-11-12T00:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Okuma LB3000 Post Inside</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/okuma-lb3000-post-inside/m-p/10752576#M7106</link>
      <description>&lt;P&gt;Id you don't want to use a canned cycle select Use Simple Thread from the user properties box when you go to post. That outputs G33s and it works splendidly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you don't have Use Cycle checked it will pull from the Expand Cycle Point function and won't work properly. I might get around to fixing that one day.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Nov 2021 03:45:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/okuma-lb3000-post-inside/m-p/10752576#M7106</guid>
      <dc:creator>BrandonTBFBF</dc:creator>
      <dc:date>2021-11-12T03:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Okuma LB3000 Post Inside</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/okuma-lb3000-post-inside/m-p/10759195#M7107</link>
      <description>&lt;P&gt;good night.&lt;/P&gt;&lt;P&gt;I have a okuma&amp;nbsp;&lt;SPAN&gt;L3000e with Y axis, live tooling. i´m using the last post on the web and works almost fine. but i can not work with my angular live tools.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I put the tools on the correct plane and it work on fusion, but can not generate the code.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WTO_4110 (1).jpg" style="width: 276px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/989910iAB27DB32C3EDEFF1/image-dimensions/276x262?v=v2" width="276" height="262" role="button" title="WTO_4110 (1).jpg" alt="WTO_4110 (1).jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="fimagem.jpg" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/989911i95891F77977AB59B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="fimagem.jpg" alt="fimagem.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 00:26:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/okuma-lb3000-post-inside/m-p/10759195#M7107</guid>
      <dc:creator>M.M.M.G.</dc:creator>
      <dc:date>2021-11-16T00:26:37Z</dc:date>
    </item>
  </channel>
</rss>

