Post Processing

OK, you've designed your first model and completed your first toolpaths. Now you're wondering how to make your CNC machine cut the part. For that you need a Post Processor.

What is a Post Processor ? A Post Processor (also referred to as a "Post") is a translator that converts the picture of the toolpath you see on the screen, into the language that your CNC machine understands. In most cases this language is G-Code, even though some controls may use a more conversational format. We will refer to it as "G-Code".

What is G-Code? If you don't know what G-Code is and you need more information, you should review the documentation contained in the Autodesk CNC Handbook. Review the chapter on "CNC Programming Language".

Access:

Ribbon: CAM tab Toolpath panel Post Process

Overview of the Post Processing Dialog.

Configuration Folder: This is where the system looks for Posts.

Post Configuration: This is where you can select the active Post.

In the Post selection area, Posts that match your selections will be shown. If no Posts are shown, adjust your search filter options. If you still cant find a post that seems correct for your machine, go back to the Setup (shown above) and select "Open Autodesk HSM Post Library". The on-line library has a larger selection of Posts to choose from.

Output Folder - Is where you want you new NC Program to be saved.

NC Extension - Most of the time the NC file extension will be .NC. Some machines may require specific file extensions.

Program Settings: These are things that can be inserted into the NC program, or will effect the output format of the NC program.

Most machines/controls can have several ways of doing the same thing. NC Programs can also vary based on the available machine options. The Post will usually have "switches" to turn on/off functionality. In the section highlighted below, there are a number of switches that can alter the output of the NC Program. If a Post doesn't seem like it's right for your machine, It might simply be that you have something turned on/off that's effecting the output. Not Every Post Processor Will Have The Same Switches.

Important: Use all necessary safety precautions when testing the NC code from any new Post Processor.

If you have a Post Processor and just want to generate NC Code, see the chapter on : Post Processing NC Code.