<?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 Writing posts from scratch in HSM Post Processor Forum</title>
    <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/editing-customizing-post-processor/m-p/7549778#M27345</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I've been wanting to learn how to write a post from scratch, I have Notepad ++, then I have a month free trial of HSM Inventor. After I got Inventor I received a call from AutoDesk.&lt;/P&gt;&lt;P&gt;He asked me how I liked it. And I told him I'm using Fusion 360, witch is great, and I only got HSM Inventor because I figured out you need it to write your own posts from scratch,&amp;nbsp;&lt;/P&gt;&lt;P&gt;and it shows you how. So he told me there is another way without using HSM Inventor, and he would send me that information Via. E-mail. Its been over three weeks and have'nt her'd&amp;nbsp;&lt;/P&gt;&lt;P&gt;from him since. Does anyone know what he was talking about, or were I can get that information.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Bob.&lt;/P&gt;</description>
    <pubDate>Thu, 16 Nov 2017 14:29:39 GMT</pubDate>
    <dc:creator>fpmachinebob</dc:creator>
    <dc:date>2017-11-16T14:29:39Z</dc:date>
    <item>
      <title>Editing/Customizing Post Processor.</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/editing-customizing-post-processor/m-p/5681160#M27320</link>
      <description>&lt;P&gt;How does one go&amp;nbsp;about creating a&amp;nbsp;new post processor in Fusion 360? We use a CNC Masters Supramill with the below information from the manufacturer.&amp;nbsp;There doesn't seem to be any options in Fusion 360 to make a new processor or edit from an old one?&amp;nbsp;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can hand this over to your CAM techincian to develop your post processor for the CAM software you are choosing to use.&lt;BR /&gt;You can also begin with a FANUC post as your base post and re-write it from&lt;BR /&gt;there according to the codes and definitions below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is our current list of G-codes with definitions and instructions how our operational software reads&lt;BR /&gt;these codes. These are the typical file formats that our Master software can read: .txt, .nc, .cnw, .tap&lt;/P&gt;&lt;P&gt;The following list applies to all of our CNC Masters "Milling Machines":&lt;/P&gt;&lt;P&gt;G00 = Position (Rapid speed)&lt;/P&gt;&lt;P&gt;G01 = Linear interpolation (Feed speed) can be used with a F coordinate at the end of the line.&lt;/P&gt;&lt;P&gt;G02 = Circular interpolation (CW)&lt;/P&gt;&lt;P&gt;Format: X__Y__I__J__ I,J are relative distance from start to center.&lt;BR /&gt;Incremental Z can be added for helical designs. Important: The G02/03&lt;BR /&gt;commands must be written with X value Y Value I Value and J value on every&lt;BR /&gt;line for it to work properly. If you place a Z coordinate on the same line,&lt;BR /&gt;that will command the toolpath to run a helical program with X Y and Z running at the&lt;BR /&gt;same time.&lt;/P&gt;&lt;P&gt;G03 = Circular interpolation (CCW)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;G40 = Tool Radius compensation off&lt;/P&gt;&lt;P&gt;G41 = Tool Radius compensation left -- IMPORTANT: At our setup window is&lt;BR /&gt;where we place the diameter of the tools. The G41/42 will then offset the&lt;BR /&gt;radius of the tool. So we don't need an extra D value. In order for a&lt;BR /&gt;G41/42 cycle to work properly -- every G-code must be entered individually&lt;BR /&gt;after the G41/42 until it is canceled with a G40. You cannot have toolpaths&lt;BR /&gt;without the G code listed in front of it, or the G41/42 will not work&lt;BR /&gt;properly. Lastly, you can only use these codes starting on a "linear" path,&lt;BR /&gt;and ending on a "linear" path. You cannot begin these codes on a G02/03.&lt;BR /&gt;You can only begin it and end it on a G00/G01. D values are not used. The user must&lt;BR /&gt;enter the diameter of the tool in the Master Software Setup, Tools Tab.&lt;/P&gt;&lt;P&gt;G42= Tool Radius compensation right&lt;/P&gt;&lt;P&gt;G70 = Input in inches&lt;/P&gt;&lt;P&gt;G71 = Input in millimeters&lt;/P&gt;&lt;P&gt;G73 = High-Speed Peck Drilling Cycle, Format: X____Y____Z____R____Q____P____F____&lt;/P&gt;&lt;P&gt;G81 = Drilling Cycle, Format: X____Y____Z____R____F____&lt;/P&gt;&lt;P&gt;G82 = Counter Boring Cycle, Format: X____Y____Z____R____P____F____&lt;/P&gt;&lt;P&gt;G80 = Cancel G73, G81, G82, or G83 Cycle&lt;/P&gt;&lt;P&gt;G83 = Deep Hole Peck Drilling Cycle, Format: X____Y____Z____R____Q____P____F____&lt;/P&gt;&lt;P&gt;Note on Peck, Drilling, and Boring Cycles: All values must be written except P and F which are optional.&lt;BR /&gt;The Q, which is the cut-in value cannot be left at 0.00 or the Z will not move down on this command.&lt;BR /&gt;The R point is above the work piece for G83. For G73, the R point retracts a small pre-determined distance&lt;BR /&gt;to break the chips and then feeds to the next peck allowing the tool to go deeper.&lt;/P&gt;&lt;P&gt;G90 = Absolute move (Modal)&lt;BR /&gt;G91 = Relative move (Modal)&lt;/P&gt;&lt;P&gt;M00 = Pause&lt;/P&gt;&lt;P&gt;M03 = Spindle on&lt;BR /&gt;M04 = Spindle on reverse&lt;BR /&gt;M05 = Spindle off&lt;/P&gt;&lt;P&gt;M08 = Coolant on&lt;BR /&gt;M09 = Coolant off&lt;/P&gt;&lt;P&gt;M30 = End program&lt;/P&gt;&lt;P&gt;/Notes -- The user can place notes in between lines of the program. When placing a note in between two lines of code,&lt;BR /&gt;the user must indicate the line after the note with a G or M code, if the code is not written in front of the line.&lt;BR /&gt;In this case it is best to write each tool path with its proper G-code/M-code in front of the toolpath so the operator&lt;BR /&gt;does not accidently break the modal with notes.&lt;/P&gt;&lt;P&gt;Resolution setting: The minimum resolution setting in inches is 0.0002".&lt;BR /&gt;The minimum resolution setting in mm is .005 -- only if the CAM can generate multiples of the .005 mm.&lt;BR /&gt;But if your system cannot handle multiples, then it is best to put your resolution setting at .01 mm&lt;BR /&gt;so your system can properly generate the correct values from there to run the program.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Tool Change, T commands&lt;BR /&gt;When placing a T command to do a tool change, a spindle off and Z quill retraction are not required. The T command&lt;BR /&gt;automatically will turn off the spindle and retract the Z going up. When the user is done makeing the tool change,&lt;BR /&gt;and resumes operation the Spindle will automatically turn on, Z will lower and offset and continue to machine from there.&lt;BR /&gt;If the operator needs to make a spindle speed change on the T command, use M03 to adjust the spindle on a separate line "before"&lt;BR /&gt;the T command line. Do not include PAUSE next to the T command. Do not generate files instantly with the T1 command at the&lt;BR /&gt;top. Only generate these T values if the user has "more" than one tool change in his program.&lt;/P&gt;&lt;P&gt;4th Axis Option&lt;BR /&gt;Our Fourth axis is recognized in the software as the W axis. It recognizes degrees only. It can interpolate with the other three&lt;BR /&gt;axes if the command is placed on the same tool path line.&lt;/P&gt;&lt;P&gt;Lastly, no spaces in between lines. Create toolpaths in list format.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;*************************************************************************************************************************************&lt;BR /&gt;LATHE G-CODE AND M-CODE LIST&lt;/P&gt;&lt;P&gt;EXPLANATION OF CODE WILL ONLY BE WITH THOSE THAT DIFFER FROM THE ABOVE LIST&lt;/P&gt;&lt;P&gt;G00 = Position (Fast speed)&lt;/P&gt;&lt;P&gt;G01 = Linear interpolation (Feed speed)&lt;/P&gt;&lt;P&gt;G02 = Circular interpolation (CW)&lt;/P&gt;&lt;P&gt;G03 = Counter Clockwise Circular interpolation (CCW)&lt;BR /&gt;Format: X__Z__I__K__ I,K are relative distance from start to center.&lt;/P&gt;&lt;P&gt;G04 = Dwell time&lt;BR /&gt;G20 = Input in inches&lt;BR /&gt;G21 = Input in millimeters&lt;BR /&gt;G40 = Tool Nose Radius compensation cancel&lt;BR /&gt;G41 = Tool Nose Radius compensation left&lt;BR /&gt;G42 = Tool Nose Radius compensation right&lt;BR /&gt;G71 = Turning Cycle&lt;BR /&gt;&lt;BR /&gt;START PT. X_Z_&lt;BR /&gt;FINAL DIA(X), LENGTH(Z), TAPER(I), TOTAL DEPTH(K), FIRST DEPTH(D), FEED(F)&lt;/P&gt;&lt;P&gt;G72 = Facing Cycle&lt;/P&gt;&lt;P&gt;START PT. X_Z_&lt;BR /&gt;FINAL DEPTH(Z), LENGTH(X), TAPER(I), TOTAL DEPTH(K), FIRST DEPTH(D), FEED(F)&lt;/P&gt;&lt;P&gt;G74 = Peck Drilling *(SAME FORMAT AS MILL G83)&lt;BR /&gt;G76 = Threading cycle&lt;/P&gt;&lt;P&gt;SPINDLE CODE G99 (S)SPEED M_&lt;BR /&gt;START PT. X_Z_&lt;BR /&gt;FINAL DIA(X), LENGTH(Z), TAPER(I), TOTAL DEPTH(K), FIRST DEPTH(D), INSERT ANGLE(A), INFEED(P), THREAD PITCH(F)&lt;/P&gt;&lt;P&gt;G90 = Absolute move (Modal)&lt;/P&gt;&lt;P&gt;G91 = Relative move (Modal)&lt;BR /&gt;G98 = Linear feed rate per time&lt;/P&gt;&lt;P&gt;M03 = Spindle on&lt;/P&gt;&lt;P&gt;M04 = Spindle on reverse&lt;BR /&gt;M05 = Spindle off&lt;BR /&gt;M08 = Coolant on&lt;/P&gt;&lt;P&gt;M09 = Coolant off&lt;/P&gt;&lt;P&gt;M30 = End program&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2015 15:41:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/editing-customizing-post-processor/m-p/5681160#M27320</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-17T15:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Editing/Customizing Post Processor.</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/editing-customizing-post-processor/m-p/5681270#M27321</link>
      <description>&lt;P&gt;@Anonymous,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Welcome to the Fusion 360 CAM forum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will be forwarding this to cam.posts@autodesk.com.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for using Fusion 360 for your CAM needs.&lt;/P&gt;
&lt;P&gt;Someone should be getting back to you in a little while.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2015 16:52:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/editing-customizing-post-processor/m-p/5681270#M27321</guid>
      <dc:creator>bob_holland</dc:creator>
      <dc:date>2015-06-17T16:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Editing/Customizing Post Processor.</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/editing-customizing-post-processor/m-p/5681611#M27322</link>
      <description>&lt;P&gt;Here is a CNCmasters post I have been working on with another customer. Please test carefully.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2015 19:39:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/editing-customizing-post-processor/m-p/5681611#M27322</guid>
      <dc:creator>skidsolo</dc:creator>
      <dc:date>2015-06-17T19:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Editing/Customizing Post Processor.</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/editing-customizing-post-processor/m-p/5681678#M27323</link>
      <description>&lt;P&gt;Thanks! Now how do I get this into Fusion 360?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2015 20:03:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/editing-customizing-post-processor/m-p/5681678#M27323</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-17T20:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Editing/Customizing Post Processor.</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/editing-customizing-post-processor/m-p/5681755#M27324</link>
      <description>&lt;P&gt;are you working on a MAC or pc?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2015 20:56:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/editing-customizing-post-processor/m-p/5681755#M27324</guid>
      <dc:creator>jeff.walters</dc:creator>
      <dc:date>2015-06-17T20:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Editing/Customizing Post Processor.</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/editing-customizing-post-processor/m-p/5681812#M27325</link>
      <description>&lt;P&gt;A Mac.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2015 21:27:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/editing-customizing-post-processor/m-p/5681812#M27325</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-17T21:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Editing/Customizing Post Processor.</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/editing-customizing-post-processor/m-p/5683476#M27326</link>
      <description>&lt;P&gt;Okay, so I couldn't get it into Fusion 360 on&amp;nbsp;a Mac but I&amp;nbsp;did get it into Fusion on a PC. It doesn't look quite right though&amp;nbsp;- the first thing I notice is that there is no M3 code (spindle on) generated but there is an M5 code at the end.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2015 18:04:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/editing-customizing-post-processor/m-p/5683476#M27326</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-18T18:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Editing/Customizing Post Processor.</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/editing-customizing-post-processor/m-p/5685173#M27327</link>
      <description>&lt;P&gt;It’s recommended that you keep your new posts and any posts you edit in the (Personal Post) folder below on a MAC. If you don’t they could get lost with a Fusion update.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;/*username*/Autodesk/Fusion 360 CAM/Posts&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jun 2015 13:31:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/editing-customizing-post-processor/m-p/5685173#M27327</guid>
      <dc:creator>jeff.walters</dc:creator>
      <dc:date>2015-06-19T13:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Editing/Customizing Post Processor.</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/editing-customizing-post-processor/m-p/5775065#M27328</link>
      <description>&lt;P&gt;I tried this Post processor on CNC Master's JR Mill and it did not work well. &amp;nbsp; Added the % to start the program but the problem was is seemed to lose its Y location and put in a offset that was wrong. &amp;nbsp;Have you enhanced this Post and if you did is it available.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your help is appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2015 00:46:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/editing-customizing-post-processor/m-p/5775065#M27328</guid>
      <dc:creator>jmwallach51</dc:creator>
      <dc:date>2015-08-18T00:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Editing/Customizing Post Processor.</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/editing-customizing-post-processor/m-p/5787078#M27329</link>
      <description>&lt;P&gt;That post is in us by other people, and I have not had any complaints about it. I have not had to make any updates to it either sorry.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 16:30:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/editing-customizing-post-processor/m-p/5787078#M27329</guid>
      <dc:creator>skidsolo</dc:creator>
      <dc:date>2015-08-25T16:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Editing/Customizing Post Processor.</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/editing-customizing-post-processor/m-p/6498294#M27330</link>
      <description>&lt;P&gt;Though it was nice that autodesk was able to provide the custom PP needed. But the primary question still stands.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How does one create/modify a PP for example to add&amp;nbsp;additional features (i.e. custom M codes)?&lt;/P&gt;</description>
      <pubDate>Sat, 13 Aug 2016 14:39:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/editing-customizing-post-processor/m-p/6498294#M27330</guid>
      <dc:creator>macgyverx</dc:creator>
      <dc:date>2016-08-13T14:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Editing/Customizing Post Processor.</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/editing-customizing-post-processor/m-p/6498333#M27331</link>
      <description>&lt;P&gt;There is an unbelievable amount of information put out by AutoDesk in regards to that very question. Might I suggest a few "light reading" sources?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1719853"&gt;@al.whatmough﻿&lt;/a&gt;&amp;nbsp;has&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/computer-aided-machining-cam/post-processors-101/td-p/5916925" target="_self"&gt;This Post about Processors 101&lt;/A&gt;&amp;nbsp;as well as this&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/post-processors/getting-started-modify-posts/td-p/6371381" target="_self"&gt;3 Part Video series&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;We also have the Post Processor Forum where there are more than enough people who have done almost any edit imaginable and can be quite helpful when questions are clearly stated and samples are given.&amp;nbsp;&lt;A href="http://forums.autodesk.com/t5/post-processors/bd-p/218" target="_blank"&gt;http://forums.autodesk.com/t5/post-processors/bd-p/218&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Aug 2016 15:31:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/editing-customizing-post-processor/m-p/6498333#M27331</guid>
      <dc:creator>LibertyMachine</dc:creator>
      <dc:date>2016-08-13T15:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Editing/Customizing Post Processor.</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/editing-customizing-post-processor/m-p/6498341#M27332</link>
      <description>&lt;P&gt;Take look at this post, at the bottom of the post there's a help file and manual.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/post-processors/help-my-post-processor-needs-to-be-edited-now-what/td-p/6095934" target="_self"&gt;http://forums.autodesk.com/t5/post-processors/help-my-post-processor-needs-to-be-edited-now-what/td-p/6095934&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Are you using a PC or a mac, finding the generic post on a PC is a lot easier than a mac you can click Open Config on the post dialog and the post processor will open in your editor. One warning, don't save a customised post back to the generic folder save it to personal posts or to the cloud.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Sat, 13 Aug 2016 15:37:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/editing-customizing-post-processor/m-p/6498341#M27332</guid>
      <dc:creator>HughesTooling</dc:creator>
      <dc:date>2016-08-13T15:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Editing/Customizing Post Processor.</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/editing-customizing-post-processor/m-p/6777249#M27333</link>
      <description>I have tried the post processor supplied for the CNC master mill and it doesn't work properly so I'm not sure why some users are not having any issues with that post processor and some are.</description>
      <pubDate>Sun, 01 Jan 2017 00:05:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/editing-customizing-post-processor/m-p/6777249#M27333</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-01T00:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Editing/Customizing Post Processor.</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/editing-customizing-post-processor/m-p/7213573#M27334</link>
      <description>&lt;P&gt;What channels do I need to take to get some custom post made, we need a fanuc 6m post and a Okuma with a full fourth(B), and Mori seiki nlx 25oomy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mike Holden&amp;nbsp;&lt;/P&gt;&lt;P&gt;832-799-1674&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 19:19:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/editing-customizing-post-processor/m-p/7213573#M27334</guid>
      <dc:creator>mikeholden</dc:creator>
      <dc:date>2017-07-07T19:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Editing/Customizing Post Processor.</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/editing-customizing-post-processor/m-p/7215918#M27335</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4848544"&gt;@mikeholden&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;What channels do I need to take to get some custom post made, we need a fanuc 6m post and a Okuma with a full fourth(B), and Mori seiki nlx 25oomy.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mike Holden&amp;nbsp;&lt;/P&gt;
&lt;P&gt;832-799-1674&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/hsm-post-processor-forum/hsm-post-adjustments-needed-find-your-right-contact-here/m-p/6652728#M11443" target="_blank"&gt;https://forums.autodesk.com/t5/hsm-post-processor-forum/hsm-post-adjustments-needed-find-your-right-contact-here/m-p/6652728#M11443&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2017 08:20:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/editing-customizing-post-processor/m-p/7215918#M27335</guid>
      <dc:creator>ivan.stanojevic</dc:creator>
      <dc:date>2017-07-10T08:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Editing/Customizing Post Processor.</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/editing-customizing-post-processor/m-p/7367773#M27336</link>
      <description>&lt;P&gt;Hi when im doing a new post process, sometimes it seems the post process disapear from list,&lt;BR /&gt;where is the correct place to put post processors for they dont disapear?&lt;BR /&gt;im using a windows&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks&lt;/P&gt;</description>
      <pubDate>Sun, 10 Sep 2017 11:01:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/editing-customizing-post-processor/m-p/7367773#M27336</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-10T11:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: Editing/Customizing Post Processor.</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/editing-customizing-post-processor/m-p/7367779#M27337</link>
      <description>&lt;P&gt;Hi -&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Where are you putting these now?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you say they "disappear" -- when do they disappear? Is this part of a Fusion update? Or at random times?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As far as where you should put them, you should use either "Personal Posts", or "Cloud Posts" (if you have the cloud libraries enabled). These will be retained across Fusion updates. The "Generic Posts" area gets reinstalled with these updates. We're working on some changes to make it more difficult to accidentally store new posts in this area, which is a common mistake.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Jeff&lt;/P&gt;</description>
      <pubDate>Sun, 10 Sep 2017 11:08:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/editing-customizing-post-processor/m-p/7367779#M27337</guid>
      <dc:creator>jeff.pek</dc:creator>
      <dc:date>2017-09-10T11:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Editing/Customizing Post Processor.</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/editing-customizing-post-processor/m-p/7367791#M27338</link>
      <description>&lt;P&gt;directory is for exemple&lt;BR /&gt;C:\Users\username\AppData\Local\Autodesk\webdeploy\production\11ec611c89934290c4d51b096b3ad4149fd3b322\Applications\CAM360\Data\Posts&lt;BR /&gt;&lt;BR /&gt;looks like they disapear every time there is a fusion update&lt;BR /&gt;&lt;BR /&gt;what would be the&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;"Personal Posts" directory?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Sep 2017 11:23:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/editing-customizing-post-processor/m-p/7367791#M27338</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-10T11:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Editing/Customizing Post Processor.</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/editing-customizing-post-processor/m-p/7367796#M27339</link>
      <description>&lt;P&gt;Right -- that's the "Generic Posts" directory.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can adjust the selected directory using the "Setup" dropdown. If you choose Use Personal Posts, you can see the directory change to:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;%AppData%\Autodesk\Fusion 360 CAM\Posts&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeff&lt;/P&gt;</description>
      <pubDate>Sun, 10 Sep 2017 11:26:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/editing-customizing-post-processor/m-p/7367796#M27339</guid>
      <dc:creator>jeff.pek</dc:creator>
      <dc:date>2017-09-10T11:26:33Z</dc:date>
    </item>
  </channel>
</rss>

