My favorites | Sign in
Google
Projects on Google Code Results 1 - 6 of 6
This is the RS274 (G-code) Interpreter developed for the Next Generation Controller project. It reads numerical control code and produces calls to a set of canonical machining functions. The interpreter is a software system written in the C++ programming language. The output of the interpreter m...
http://cam-occ.googlecode.com/svn/wiki/images/camocc2.png I'm working on cam-occ again, and it's now updated in SVN. cam-occ has been re-organized. I hope that it's easier for others to work with. I used QtOCC, so this version requires qt4. I compiled it with OCC 6.3, but I don't think I used ...
This is based off code from the reprap (http://reprap.org/bin/view/Main/WebHome) project, though I've managed to rewrite almost all of the code thus far. The purpose is to allow a computer to send gcode via a USB cable to an arduino which will interpret the gcode and drive stepper motors using ...
Program takes a PGM image (assumed to be 8-bit) and outputs a G-code program that carves that image on a suitable CNC milling or routing machine. It does enough trivial geometry to ensure that the tool doesn't cut into the desired surface, so it's able to generate a fine cut to follow a coarse cu...
I would try to upload solutions of Google Code Jam 2008 problems in C#.NET 2005 & 2008
== Development status: this project has not been updated since 2008, a new C++ version is being planned... == This project aims to create an open-source cross-platform program for calculating tool-paths for machine tools (eventually, something close to MasterCAM or SurfCAM). Below we will ha...