GerberCAM – Opensource PCB G-code Generator

This project was done 1 year after my CNC controller project and it’s suspended in Feb 2015 because I had to put my effort into my graduate study and put this project aside.Maybe I’ll pick it up someday.The purpose of this project is to create a handy opensource PCB CAM software for CNC milling and sharpening my C++ programming skill.

Continue reading “GerberCAM – Opensource PCB G-code Generator”

CNC Controller

Well ,this is a project I’ve done in 2013.It’s a part of the whole CNC project which lasted for 2 years.
Back to 2012,I built my first CNC machine in order to have a powerful machine that enable me to make more complicated project.After building the machine I started to tune the control system.The controller I used is called GRBL,which is a powerful opensource firmware that based on Atmega328 and also compatible with Arduino.The firmware is really legit but the GUI is really shabby.And it looks like this:

Continue reading “CNC Controller”