DIY Universal CNC Machine

by Arduino_having11_Guy in Workshop > CNC

3064 Views, 23 Favorites, 0 Comments

DIY Universal CNC Machine

thumbnail.png

As a serious maker, I have several CNC machines, including two 3D printers and a CNC router. But what if I wanted something else, like a laser engraver or a PCB milling machine? So I set off to do just that: build an inexpensive CNC machine that could have many different attachments, all while controlled through a simple interface of G-code.

Demonstration

Universal CNC Machine

Watch this demo video

Parts

Find the 3D printed parts here: https://www.thingiverse.com/thing:3048531

The non-DFRobot parts can be found on banggood.com.

Parts list:

Design

front1.png

I started by thinking of a free-wheeled machine that could have an infinite Y-traverse, but it proved to be too cumbersome and inaccurate. So I chose to use V-slotted rails with wheels instead. I then went on Fusion and designed several parts, including the entire X and Z axis parts.

Making the Bed and Y Axis

DSC_3412.JPG
DSC_3414.JPG
DSC_3413.JPG

The bed (Y axis) is comprised of two 500mm or 800mm V-slot rails arranged in parallel. There are four plastic pieces that hold two wheels each, allowing for easy travel of the bed along the rails. I also ran a timing belt across the Y axis under the bed, so that when the Y axis stepper rotates the belt moves.

Making the X Axis

DSC_3421.JPG
DSC_3415.JPG
DSC_3409.JPG

The X axis is comprised of a single rail that holds a 3D-printed piece with four wheels. The timing belt slots into the sides of the plastic piece that pulls it either direction.

Making the Z Axis

DSC_3404.JPG
DSC_3405.JPG
DSC_3406.JPG
DSC_3408.JPG
DSC_3410.JPG
DSC_3407.JPG

The Z axis is based on a pulley system, so that when the stepper rotates the Z block can get pulled or lowered.

Electronics

DSC_3417.JPG

The electronics are fairly straightforward. There is an Arduino Uno for the logic, three DRV8825s for the stepper motor drivers, an Arduino GRBL CNC shield, and three limit switches for homing. I simply plugged in the stepper drivers and adjusted the current limit potentiometers to match the 12V 6A power supply. Then I soldered the limit switches to the shield, with COM going to GND and NO (Normally Open) going to the corresponding pins. Do note that the Z axis limit pin is no longer D11, but is instead D12.

Software

DSC_3426.JPG

I flashed the GRBL firmware to the Uno by using the example sketch and Arduino IDE. Then I downloaded the Universal G-Code Sender here: https://github.com/winder/Universal-G-Code-Sender. It lets users easily send commands and G-code files to their CNC Machines.

Usage

DSC_3429.JPG
DSC_3432.JPG
DSC_3436.JPG

To test it I started by calibrating the machine. By default, there are 200 steps/mm, but those differ. So simply move the machine 5mm, then multiply five by 200, and then divide that number by the actual distance the machine moved, and change the settings accordingly. So If it took 161 steps to move 1mm on the X axis, set $100=161.000. Then use Fusion 360 or Inkscape to design and generate toolpaths to cut, engrave, or draw whatever you want.

Banggood.com Parts