Visualizing how your cutting instructions (g-code file) are going to play out before executing them on your machine is very valuable. It can help you to to verify that the machine is going to cut out your project in the way that you expect it to. Most CAM or Interface software will have built-in g-code visualization for this reason, either showing the line that the cutting tool will follow or rendering a full 3D view of how the material is going to be cut away.
This page exists in the case that your current software isn’t offering you good visualization. If this is the case, you can either change one of your current software packages to one that does, or you could use a separate program. We’ve tested out a handful of standalone programs that you can consider in order to bridge this visualization gap:
Name | Type | Difficulty (1-4) | Visualization Type |
Compatibility | Price |
G-code Simulator | Visualizer | 1 | Line | Online | Free |
NC Viewer | Visualizer | 1 | Line | Online | Free |
CAMotics | Vis / Int | 2 | Live 3D | All desktops | Free |
Discriminator | Visualizer | 2 | Line | Online | Free |
NC Corrector | Visualizer | 2 | Line | Online | Free |
G-Code Simulator
https://nraynaud.github.io/webgcode/
Allows for files to be drag-and-dropped right into the window or you can copy/paste the g-code in. Highlights tool movement based on the selected line, and provides cutting bounds and estimated cutting time for your file.

NC Viewer
Fast and easy to open and view files. Allows you to play the cutting path of the tool through 3D space.

CAMotics
https://camotics.org/download.html
Previously known as OpenSCAM, CAMotics simulates 3-axis g-code paths, shows 3D cutouts, simulates machine geometry, and is capable of connecting directly to the buildbotics controller. It’s also able to export the simulated cut work piece as an STL and can add height probing to 2D g-code files.

Discriminator
Discriminator has more advanced tools for code editing, colouring, and code comparing. The visualization window is reasonable but a little tricky to use just like the rest of the software, and the software as a whole runs a little slowly, but otherwise it’s a reasonable visualizer to use.

NC Corrector
http://nc-corrector.inf.ua/index_EN.htm
Allows for easy line-by-line visualization, provides g-code statistics, g-code colouring, path selection, and measurement between tool paths. The primary downside is that the software runs quite slowly which makes it less user friendly.
