Tag: CNC
-
Running a Fullscreen JS App On WordPress
Getting a Fullscreen JS App running on a WordPress site was trickier than expected. Here is how I did it. I migrated the 2D G-Code Viewer from a separate subdomain to a route on the main site. I did it to consolidate SEO and branding, simplify infrastructure, and make future development easier. The move exposed…
-
2D G-Code Viewer – Free, Lightweight & Browser-Based

I recently built a 2D G-Code Viewer that runs entirely in your browser. Just a simple G-Code viewer I wrote in JavaScript mostly for fun. If you’ve ever looked at raw G-Code, you know how overwhelming it can be. Reading line after line doesn’t really give you a sense of how the tool-path will look.…