On this page
SheetCam TNG: Installing, Changing, and Using Post Processors
Overview
SheetCam TNG uses post processors (posts) to translate toolpaths into machine-specific G-code. Each machine or controller type (Mach3, CommandCNC, Masso, LinuxCNC, etc.) may require a different post. Understanding how to install, switch, and configure posts is essential for generating reliable programs.
Installing a New Post Processor
-
Download or Obtain the Post File
-
Post processors usually come as
.scpost
files. Below links are .txt, after downloading change the file extension to .scpost before importing in sheetcam.
-
-
Locate the Posts Folder
-
In Windows:
-
On Linux:
-
(Path may vary depending on installation directory.)
-
-
Copy the Post File
-
Move or copy the
.scpost
file into thePosts
folder. -
Restart SheetCam TNG if it was already running.
-
Changing to a Different Post
-
Open SheetCam TNG.
-
From the top menu, go to:
Options → Machine → Post Processor -
In the dropdown list, select the desired post processor.
-
Example: Mach3 Plasma, CommandCNC with DTHC, Masso Plasma, etc.
-
-
Click OK to apply.
Configuring a Post
Some posts include settings that affect code output. To configure:
-
After selecting the post, click the Options → Machine → Post Processor → Edit Post button.
-
A configuration window may appear (if the post has adjustable parameters).
-
Typical settings: output units (inch/mm), arc handling, THC (torch height control) options, M-codes, spindle/plasma on/off commands.
-
-
Adjust only what you understand; incorrect values can cause dangerous machine behavior.
-
Save changes and re-generate toolpaths.
Using Multiple Posts
You may need more than one post if:
-
You run both plasma and router on the same table.
-
You cut parts on different machines (e.g., one Mach3 table, one LinuxCNC table).
-
You want to test custom G-code outputs.
Recommended Workflow:
-
Duplicate Job Files: Save separate
.job
files for each machine setup.
Example:Part123-Mach3.job
andPart123-Masso.job
. -
Switch Posts as Needed:
-
Use the dropdown under Options → Machine → Post Processor.
-
Re-post your toolpaths after switching.
-
-
Verify Output:
-
Always open the G-code file and confirm headers, units, and motion commands match your machine requirements.
-
Auto-Switching with Desktop Icons
SheetCam can be launched with different configurations tied to custom icons. Each configuration remembers its own machine settings and post processor, so you can auto-switch by simply clicking the right shortcut.
Setup Steps:
-
In SheetCam, go to Options → Machine → Save Current Machine.
-
Give the machine a clear name (e.g., Plasma_Config, Router_Config).
-
-
Close SheetCam.
-
Create a new shortcut (desktop icon) for SheetCam.
-
Edit the shortcut Target field and append:
Example full path:
-
Repeat for each machine or post setup you want.
-
Create separate icons: SheetCam Plasma, SheetCam Router, SheetCam Rotary.
-
-
Now clicking an icon will open SheetCam directly into that config with its assigned post processor.
Troubleshooting Common Issues
-
Post Not Showing in List
-
Ensure the
.scpost
file is in the correctPosts
folder. -
Restart SheetCam.
-
-
G-code Not Matching Machine
-
Double-check you selected the correct post.
-
Edit post settings or request a modified version from your supplier.
-
-
Errors When Posting
-
The post may not support a feature (like rotary cutting).
-
Try another post or look for a specific rotary version.
-
Best Practices
-
Keep a Backup: Store a copy of known-good posts in a safe folder.
-
Label Clearly: Rename posts for clarity (e.g.,
CommandCNC_DTHC.scpost
). -
Use Version Control: If you edit posts, save dated versions to track changes.
-
Test Safely: Always test new posts with the machine air-cutting (torch off / spindle off) before running production.
-
Use Icons for Operators: Simplify training by giving operators labeled icons that load the correct config automatically.
Summary
-
Posts are the “translator” between SheetCam and your CNC machine.
-
Install by placing
.scpost
files in thePosts
folder. -
Switch posts under Options → Machine → Post Processor.
-
Configure posts as needed, but verify carefully.
-
Use desktop icons with configs to make switching seamless for different machines or operations.