# ProcessingGcodeViewer **Repository Path**: mirrors_craigwblake/ProcessingGcodeViewer ## Basic Information - **Project Name**: ProcessingGcodeViewer - **Description**: A Program for those who want to visualize gcode before they print and aren't bourgeious enough to own a Mac and use Pleasant3D. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ProcessingGCodeViewer - a tool to help you see what's going on in your gcode Kudos to Noah Levy for starting this project. ProcessingGCodeViewer is a Java Swing + Processing project intended for use by CNCers (I come from a RepRap & descendants background, so it's mostly aimed at extrusion right now.) The main goal is to make this easily hackable, because you never know what it is you're going to need to see until you can't see it. quick tour: src/ gcodeviewer/ The main classes in the application: our PApplet and our JFrame parsers/ Parsers take Gcode and produce GCodeEvents toolpath/ the GCodeEvent interface and a GCodeEvent collection events/ The GCodeEvents utils/ Useful data structures visualizers/ Visualizers take GCodeEvents and draw stuff replicatorg/ This is stuff I ripped straight outta ReplicatorG (github.com/makerbot/ReplicatorG) with some minor changes