Mini CNC Plotter Arduino Based PDF
Mini CNC Plotter Arduino Based PDF
Mini CNC Plotter Arduino Based PDF
Table of Contents
File Downloads . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
Related Instructables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
Advertisements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
Comments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
http://www.instructables.com/id/Mini-CNC-Plotter-Arduino-Based/
Intro: Mini CNC Plotter - Arduino Based
In this project I will show you how to easily build your own low-cost Arduino Mini CNC Plotter!
For X and Y axis we will use stepper motors and rails from two dvd/cd roms! Printing area will be max 4x4cm.
Because it works with serial communication you can also use a Bluetooth module (like HC-06) to print your stuff wirelessly through your computer Bluetooth connection!
I have used the code from this site, so I need to thank the Makerblog.at for sharing this to us.
Don't be afraid to build it, is very easy!!! This tutorial is also made for beginners!
Arduino uno
Breadboard
2x L293D ICs Motor driver
Mini Servo Motor
2x DVD/CD Drives
*You will need also an Arduino UNO board to program the ATmega328 micro possessor
**USB to Serial adapter will allow the circuit to communicate with the computer through the USB cable, just like Arduino uno does.
***Why to use screw terminal connectors? Because you don't want to solder and desolder cables from stepper motors until you find the correct working combination.
http://www.instructables.com/id/Mini-CNC-Plotter-Arduino-Based/
Image Notes
1. L29D ICs
2. Small Servo Motor
Image Notes
1. DIP socket
2. L293D ICs
3. PCD board
4. Small servo motor
5. Screw terminal connectors
6. USB to Serial
7. 22pf and 100nf capacitors
8. 10K Resistor
Next step is to choose our base for this CNC machine. I used one surface from remaining dvd 'garbage' stuff.
Finally we will need to find something to attach the one of the stepper-rails vertically to our construction. (you will understand what I mean in our next step) Watch the
above image.
http://www.instructables.com/id/Mini-CNC-Plotter-Arduino-Based/
Image Notes
1. 1st Stepper motor with rails
2. 2nd stepper motor with rails
3. This metal will be our CNC "base"
4. We will cut this plastic to attach on it later one of the stepper-rails.
In second image you will see the X and Y axis. The X axis is attached to two plastic parts that I took from remaining 'garbage' stuff. I cut it to fit the construction.
This is an easy procedure. Just make sure to put the Y axis straight to CNC base and the X axis vertically in this (90 degrees).
You will need something to attach it on X axis, a flat surface. On that surface you will attach the servo motor (Z axis) and the pen base. Pen (or pencil) must be able to
move up and down with the help of servo motor.
Watch the above image to understand what you need to do to duild Z axis.
http://www.instructables.com/id/Mini-CNC-Plotter-Arduino-Based/
Image Notes
1. Servo motor must be able to move up and down the pen.
On this you will put the paper piece to print your texts or images!
Steppers motors wiring is something that need patient. On next step you will find a 'testing' code for x and y axis. If yours steppers doesn't work properly you must find
correct working combination by changing the cables between them and the L293D ICs.
On mine cnc, X axis motor connection are: L293 A: Pins 1 and 3 & B: 2 and 4, but on Y axis motor connection are A: 1 and 2 & B: 3 and 4.
http://www.instructables.com/id/Mini-CNC-Plotter-Arduino-Based/
Step 7: Testing X and Y axis movement
Here is the X and Y axis testing code embedded using codebender!
For X axis:
For Y axis:
If you see any movement here that means that the stepper motors wiring is correct!
In this part you will see your pen goes up. If don't, change penUp and penDown variables that controlling the servo motor.
Press the "Run on Arduino" button and program your board from your browser!
What is gcode?
Gcode is a file with X,Y and Z coordinates. Header of this file is set to:
Download Processing from here, now donwload and open GCTRL.pde application.
http://www.instructables.com/id/Mini-CNC-Plotter-Arduino-Based/
File Downloads
gctrl.pde (4 KB)
[NOTE: When saving, if you see .tmp as the file ext, rename it to 'gctrl.pde']
Inkscape is professional quality vector graphics software which runs on Windows, Mac OS X and Linux. It is used by design professionals and hobbyists worldwide, for
creating a wide variety of graphics such as illustrations, icons, logos, diagrams, maps and web graphics. Inkscape uses the W3C open standard SVG (Scalable Vector
Graphics) as its native format, and is free and open-source software.
Download and install Inkscape from here (Important: download 0.48.5 version)
Now you need to install an Add-on that enables the export images to gcode files. This add on can be found here with installation notes.
Open the Inkscape, go to File menu and click "Document Properties". See the 1st image above and make the changes, make sure to change first to "cm". Now close this
window.
We will use the area within 4 to 8 cm. See the 2nd image above.
Put text, change font to Times New Roman and size to 22. Now click on cursor icon and center the text like the 3rd image above. Select Path from menu and "Object to
Path".
This is more difficult than texts. Images must have a transparent background. Drag and drop the arduino logo image (download it from files) in Inkscape. Click ok to the
next window. Now you have to re-size the image to fit our printing area, see the 4th image above. Click Path from menu and "Trace Bitmap".
Make changes as the 5th image above. Click ok and close the window. Now, move the gray scale image, and delete the color one behind it. Move the grey image to the
correct place again and click from Path menu "Object to path". The 6th image above show how to delete image outline.
Export as gcode
Final, go to file menu, click save as and select .gcode. Click ok on next window. That's it! Ready to go! Use the gctrl.pde app to print the gcode file on your new Arduino
CNC Plotter!
I will make a video on next days about this procedure because it's little complicated. It took me a lot of time to understand how it's working...
http://www.instructables.com/id/Mini-CNC-Plotter-Arduino-Based/
http://www.instructables.com/id/Mini-CNC-Plotter-Arduino-Based/
Step 11: Well done!
You have successfully completed this tutorial and you have your own CNC Plotter on your desk!
Related Instructables
Advertisements
Comments
http://www.instructables.com/id/Mini-CNC-Plotter-Arduino-Based/