CNC Plotter - 10 Steps (With Pictures) - Instructables
CNC Plotter - 10 Steps (With Pictures) - Instructables
CNC Plotter
By Deepaksh123 in WorkshopCNC
In this project, I'd like to share how to build a homemade 3 axis CNC machine with its frame and suppo
rts made of electrical wire casing/duct and plywood sheet. Basically it is a pen plotter and can be used
as a laser Engraver with a plot area of 25cm X 25cm. The idea of making linear rails with the electrical
wire casing/duct makes the whole machine cheaper and of less weight. Hope you like this Idea.
· 20pcs x Screws.
· 2pcs x Springs.
The X-axis and the Y-axis of the plotter are made up of plywood and electrical wire casing/duct. The m
aking of linear rail from casing/duct came from the idea that the upper part of the casing with small leng
th slides smoothly on the other part of the casing.
For the support of linear rails I have used old piece of plywood, which is to be cut in two pieces of dime
nsion (35cm X 9 cm) each. As the dimension of casing to be used as linear rail is (35cm X 3cm) and a
piece of plywood (16cm X 10 cm) used as a Base .
Here you also need a plywood piece of same dimension i.e. 35cm X 9cm to support X axis.
All Other parts like slider for all three axis and supports are made up electrical wire casing.
16 pcs X 10 cm each.
The Z-axis is controlled by Servo Motor. The parts for lifting pen in Z-direction are made of casing and
a small piece of PVC pipe as shown in image.
After cutting plywood and casing with a hand saw and drilling holes, the all parts first assembled separ
ately. The X-axis rail, Y-axis Rail, Servo motor as Z-axis and other supporting parts.
For the Work table I have used a cardboard with metal sheet of thin layer pasted over it and covered wi
th White Paper Sheet. The cardboard size is 28cm X 26cm.
With the help of screws all final parts are assembled together to form basic structure of the machine. T
he NEMA 17 Stepper Motor with pulley belt mechanism is used for both x-axis and y-axis. Here Casing
Parts are used to support X-axis.
The Connection should be made as per the diagram. Plugging stepper motor drivers A4988 on the CN
C Shield V3 and connecting steppers motor to it. The Servo motor signal wire should be connected to
Z+ pin of CNC Shield and the power supplied to it by 5V pin and GND pin of CNC shield.
· Inskcape.
· Grbl Controller.
https://github.com/grbl/grbl
File > Example > grbl upload compile and upload code to arduino
We are using INKSCAPE software to make G-code. As we are using GRBL & CNC Shield for this ma
chine s
o it will not support a servo motor as a Z-Axis so we can use MI Extension here to get it work with Z-axi
s Servo
Open GRBL Controller > Select COM port > Set Baud rate 115200 > click on "OPEN"
go in "COMMANDS" Tab
GRBL CONFIGURATION:
G21
$$
Now time to stream Gcode to machine go to "FILE MODE" Tab Browse your gcode file and hit enter. Y
our machine starts plotting.