FYI, if you like drawing robots and want to stay updated, please consider joining my newsletter. Just stuff about drawing robots, no spam.
The Tiny 3-Axis CNC robot is a cheap, easy to build, extremely minimalistic but very capable little robot.1 This is the assembly guide for the version 0.29 robot available for download from Thingiverse. The above picture shows the fully assembled robot. If you have ever put together a lego set or built anything from Ikea, you should be able to build the entire robot in less than 5 minutes. I’ve uploaded step-by-step photographs with each “step” organized into a short slide show of pictures.
Here’s everything you need to build your robot.
Stuff You Need
Tools
- One small precision screwdriver
- Scissors and/or wire cutters
Parts
- 8x 3D printable plastic parts you can download from Thingiverse
- 3x Micro servo motors
- 1x Wide rubber band
- 1x Zip tie
There are eight plastic parts, one rubber band, one zip tie, and three micro servo motors. Once the robot is assembled, you’ll need to wire it up to the microcontroller of your choice. I’ll link to the wiring tutorial at the end of this post.
Assembly
Step 0: Print the plastic parts
Although you can fit all 8 parts onto the build platform for a MakerBot Replicator 1, you’re probably better off only about half the files at a time. I would suggest printing the five short pieces at once and the three tall pieces together. All the parts together are about 30 grams of plastic and took my printer about 2.5 hours total. I should point out that I incorporated thin little discs onto the corners of the larger STL files. These are only to help the parts adhere to the build platform and fight warping. You should be able to easily peel them off the pieces without any tools.
Step 1: Build the Z axis
- Gather the parts for the Z axis. You will need three plastic parts (the printed Z pinion (gear), Z rack, and Z motor mount/Y axis), the zip tie, and a rubber band.
- Use the scissors (or wire cutters) to cut a 5-10mm long piece out of the wide rubber band. This piece of rubber band will work as a “gasket” to keep the Z pinion tightly secured to the Z motor shaft.
- Push the screw through the rubber band gasket. Place the Z motor into the motor mount.
- Insert the screw (with gasket) into larger side of the Z pinion. Insert the zip tie into the hole in the Z motor mount and secure the motor in place as show. Try to zip tie your motor in a similar way – if you do it differently the zip tie can hit other moving parts.2
- Cut off the excess zip tie with your wire cutters3
- Place the Z rack as shown and secure the Z pinion in place using the precision screwdriver. Rotate the pinion back and forth to make sure the Z pinion is placed well on the Z rack.
- All done!
Step 2: Build the Y axis
- Gather the parts for the Y axis. You will need two plastic parts (the printed Y pinion and Y motor mount) and another rubber band gasket.
- Insert motor into motor mount and set screw into the gasket
- Secure the Y pinion onto the Y motor using the set screw and you’re done!
Step 3: Build the X axis
- Gather the parts for the X axis. You will need three plastic parts (the printed X pinion, the X motor mount, and the big X rack) and another rubber band gasket.
- Insert motor into motor mount and create another screw-gasket-pinion combo
- Secure X pinion to the X motor using the set screw
- Looking at parts from top, rotate the X pinion counterclockwise until it stops and place it on the X rack as shown. Roll it back and forth to make sure it stops at either end. If it stops in the middle, just pluck it out and move it to where it needs to be.
Step 4: Put it all together!
- Gather the Y and Z axes. The Z axis is basically the same part as the Y rack.4
- Looking at parts from top, rotate the Y pinion clockwise until it stops. Insert the long flat “fin” on the Y axis through the thin slot in the Z axis. The Y pinion teeth should mesh well with the Y rack.5 Make sure the Z axis is as close to the Y axis as possible. Roll Z axis back and forth to make sure it stops at either end. If it stops in the middle, just reposition the Z axis to where it needs to be.
- Gather the X axis.
- Route the X motor wires through the hole in the Y axis “fin.”6
- Pressure fit the YZ axis assembly onto the X axis. Make sure the Y axis isn’t too tight on the X pinion.
Step 5: Add something to the Z axis
This Tiny 3-Axis CNC is designed to be a platform for you to turn into anything you want. Personally, I think it would be most fun as a tiny drawing robot. If that’s your interest too, you could use a rubber band or zip ties to secure a pen to the Z rack. However, there’s no reason you couldn’t use it to perform any number of tasks. A fully functional Z axis allows the little robot to actually apply pressure to the drawing surface – making crayon drawings feasible, painting with brushes, some kind of automatic pin-pricking machine, or a gentle tickling robot. By adding a fourth servo motor you could add a robotic gripper, automated syringe/plunger/eyedropper, or something else so entirely amazing that no one has thought of it yet.
Step 6: Wire the robot to a brain
If you want to use an Arduino, I’ve already written a guide on how to run your DIY drawing robot to a variety of Arduino boards. However, there’s no reason you couldn’t run this robot from any other kind of microcontroller or computer provided you figure out a way to operate servos with those devices.
Step 7: Program your Tiny CNC drawing robot
Okay, confession time. I don’t have any software to offer you … yet. As I write this post, my first Tiny CNC design isn’t even 30 days old and is being improved upon and changed quickly. Fortunately, at least two other fine persons have already contributed to this area.
Stephen Laporte has written some software to run an XY version of this robot. Additionally, Thingiverse citizen Oliv4945 has created a Gcode interpreter just for the XY version of the Tiny CNC.
Room for Improvement
Even though this design is only a day old as I write this post, I’ve already got lots of ideas on improving it:
- Pen Holder. I want a better Z rack that is specifically designed to work as a pen holder. I will always offer a non-pen-holder version so people can use this robot as a 3-axis CNC to do their7 bidding.
- More Secure Drawing. A redesign of the X pinion and X rack. Right now the entire XYZ carriage can pop out of the X rack if the robot meets too much resistance.8 I have an idea to fix this problem completely. If it works, the robot could be bolted mounted vertically or upside down and still work just fine.
- Reducing plastic. Interestingly, I reduced the amount of plastic in the design from version 0.18 to version 0.29 even though I added an entire additional axis. The plastic could be reduced by thinning some parts and adding holes to other parts as The NewHobbyist did. The interesting thing about “holes to reduce plastic” is that the actual “savings” may be illusory. With 3D printed plastic parts adding holes to a design can significantly increase the amount of plastic used – when you’re printing at less than 100% infill. As a thought experiment, think of two plastic cubes with a 1mm thick wall around all surfaces. One plastic cube has no holes and is printed at 10% infill. The second plastic cube is also printed at 10% infill – but because it is riddled with holes that require a 1mm wall around every hole, there is basically no space for the 10% infill. The “holes to reduce plastic” trick only works on 3D printed parts that are thin pieces. When it comes to parts that are injection molded, it’s my understanding that additional “holes” all the way through a part adds to the design complexity and can increase tooling costs. That said, it would actually result in a reduction of plastic in a design.
- Electronics. For a variety of reasons, there isn’t one particular electronics/microcontroller solution that strikes me as the “best.” ((That said, the Adafruit Trinket is ALMOST perfect for this job!)) For this reason I’ve considered possibly designing a tiny Arduino board with three or four servo pin-outs specifically for this robot.
- Software. I have some ideas on this and a heck of a headstart from Stephen and Oliv4945. 🙂
- AFRON UAER Challenge. If you haven’t heard about it, African Robotics Network (AFRON) has a new Ultra Affordable Educational Robot (UAER) design challenge this year. They’ve also extended the submission time for the 2013 challenge to January 15, 2014. With some creative sourcing and scrounging, I think I could bring the “cost” of this robot down to $10-$20. This is a somewhat artificial goal since the “cost” as far as the UAER does not include shipping, taxes, tools, packaging, computing, and is based on the proportional cost of bulk-pricing. I think I could enter this robot into the hardware, software, and community challenges. I don’t have enough experience designing educational curriculum to outline the 20+ hours worth of material necessary to enter the curriculum category of the challenge.
If you’ve enjoyed this post, perhaps you’d consider donating a +1 to my WyoLum Innovation Grant challenge entry. 🙂
- An Itty Bitty Drawing Robot
- Tiny CNC Drawing Robot - Cost Estimate
- How to Build a Tiny CNC Drawing Robot
- Better video of Tiny CNC Drawing Robot actually drawing
- Design considerations with the Tiny CNC
- Tiny CNC - An Experiment in Commerce
- Tiny CNC - Going to 100
- Tiny CNC - now a 3 Axis CNC!
- Tiny CNC Software Update
- How to Build a Tiny 3-Axis CNC Drawing Robot
- Tiny 3-Axis CNC Drawing Robot - Software Update and Design version 0.29 postmortem
- Nine Drawing Robots On the Loose!
- Competing Design Ideals in a Drawing Robot
- Tiny Drawing Robot Updates, Incremental Progress, and More!
- The Tiniest Drawing Robot Actually Draws!
- Robot Friends: Tiny CNC and the WaterColorBot
- Tiny Drawing Robot Gallery
- TinyCNC Drawing Robot Software User Guide
- Drawing Robot AFRON 2013 Design Challenge Entry
- Robot Challenge Marathon
- TinyCNC Two steps forward, one step back!
- Drawing Robot In A Box
- Drawing By Numbers
- Smaller than a paperback novel!!! [↩]
- It won’t damage anything, but it will be a nuisance! [↩]
- This is where they really come in handy [↩]
- I know, the teeth are a dead giveaway [↩]
- AKA Z axis [↩]
- I really need to think up a better name for that design feature [↩]
- Very tiny [↩]
- RESISTANCE!!! IS!!! USELESS! [↩]
Pingback: Tiny 3-Axis CNC Drawing Robot – Software Update and Design version 0.29 postmortem | PlotterBot
I feel like a dope. I have been following along since I saw the tiny cnc on Hack A Day. I finally have the servos, the printed 3 axis tiny…. I unzip the Unicorn G code sender and all I get are “corrupt or missing file” messages. So instead I went with another “g-code extensions” file for Inkscape. nope.
I ended up loading GRBL to my UNO because I thought maybe…..dude. I feel like such a frigging dope. All I want to do is play with my little cnc that you designed.
@Joseph: I’m not quite catching your meaning – there’s the Inkscape Gcode exporter which turns your SVG files into Gcode – and a separate Processing file which will send the Gcode to the Arduino. The files are all on Github, so it’s kinda strange that your files were corrupted. I’d suggest downloading them again.
Maybe stupid question, but I followed the link for the servo’s but I got only 3 wires on my stepper motors?
@Quinten: I’m not sure what you’re asking. I don’t know what link for servos you’re asking about and my designs are for servos, not steppers. Would you please clarify?
You could very easily adapt an eggbot controller for this, since it is just a 2-d plotter that prints on round surfaces.
@Ann Victory: Definitely! The eggbot controller would need to be adjusted to operate two servos in place of the two steppers, but this is entirely feasible.
Pingback: mini 3-axis cnc #3DThursday #3DPrinting « Adafruit Industries – Makers, hackers, artists, designers and engineers!
Hi,
Is the arduino sketch for this ready now?
Will make this as my first plotter if it is.
Any information is welcome.
I looked at this STUFF maybe two years ago. I want to take a digital photograph , have the robot scan the image, and then either a veritable dial, or a number pad print from a recognizable abstract, to one to four color detailed likeness of the photograph. I’m thinking the first robot would print eleven by fourteen. Really I know going in I want to make poster size pictures
Two years ago a complete robot in a box (SOME ASSEMBLY REQUIRED).
Thing was getting the robot to read the sad card think, and print verible exactness of the cameras image.
————————————————————-
Don’t know if I want a wall mounted robot printer, or a plotter style table unit. The goal is poster size finished drawing, I lean towards plotter style
A. Scan image by robot
B. One color or four, five, or whatever
C. Wall or table