Posts | Comments

Planet Arduino

Archive for the ‘Arduino CNC Machine’ Category

3D printers are very popular in the maker community and CNC machines complement them well. While 3D printers fabricate parts by adding material over time, CNC mills and routers fabricate parts by subtracting material. That is preferable when working with large parts or when you require a lot of precision. If you want an affordable option, this guide will show how to build Ivan Miranda’s 3D-printed CNC machine design.

Miranda posted his first video about this 3D-printed CNC machine back in March, 2020. He eventually published the design files on his website, but didn’t provide many details on parts sourcing or assembly. The GitHub page linked above, created by Max Fischer, provides thorough guidance for people looking to build their own machines based on Miranda’s design. It gives you a detailed bill of materials and walks you through the entire build process with step-by-step photo instructions.

While this machine does require a lot of square tube aluminum extrusion and hardware like linear rails and bearings, all of the custom mechanical parts are 3D-printable. For strength and mechanical stability, you’ll want to print those using a material like PETG. The controller board is an Arduino Uno combined with a CNC shield, which controls the stepper motors via drivers. Like a 3D printer, the X and Y axes utilize drive belts and the Z axis has a leadscrew. The spindle motor, which spins the cutting end mill, is a handheld electric router.

The post Learn how to build your own massive 3D-printed CNC router appeared first on Arduino Blog.

For an easy plotter design that you can build with only simple hand tools, be sure to check out this tiny project from Mr Innovative. The machine features a pair of stepper and lead screw assemblies to maneuver a pen in an X/Y plane, along with a clever string and servo setup to handle retraction.

An Arduino Nano and two L293D ICs mounted to a custom PCB are used to control the device, though a breadboard could certainly substitute for the PCB in a pinch. Drawings are translated into the proper format via Inkscape and Processing. 

More details on the miniature machine, including code, can be found in Mr Innovative’s write-up.

For an easy plotter design that you can build with only simple hand tools, be sure to check out this tiny project from Mr Innovative. The machine features a pair of stepper and lead screw assemblies to maneuver a pen in an X/Y plane, along with a clever string and servo setup to handle retraction.

An Arduino Nano and two L293D ICs mounted to a custom PCB are used to control the device, though a breadboard could certainly substitute for the PCB in a pinch. Drawings are translated into the proper format via Inkscape and Processing. 

More details on the miniature machine, including code, can be found in Mr Innovative’s write-up.

Bryan Kevan wanted to build his own bicycle, but wasn’t satisfied with purchasing a frame—or even ready-made tubing. He instead chose to create the frame from raw strands of carbon fiber

The overall bike build is shown here, which necessitated him designing a variety of jigs, including a CNC wrapping machine.

His device uses an Arduino Uno, along with a pair of driver boards, to carefully roll strands of carbon fiber on a PVC mandrel in an overlapping pattern. Epoxy was dripped on the assembly during the process, resulting in CF rods that were lighter and much cheaper than purchased rods. 

After quite a bit more work assembling everything together, Kevan now has a bike frame that is truly made to his specs!

3D printers get most of the attention in maker-fabrication news, but other computerized tools, like laser cutters and CNC routers, can also be extremely useful. In fact, Nikodem Bartnik decided to create his own Dremel-based machine constructed out of 3D-printed parts and aluminum profiles. 

Electronics include an Arduino Uno and CNC stepper shield running GRBL for control, along with some NEMA 17 steppers and motor drivers, a relay for the Dremel, and a 12V / 30A power supply.

As with many other projects, his build went through several iterations, but the final results—seen in the video below—are quite good. The machine, which only cost him around $300, is able to mill MDF and acrylic.

If you’d like to make your own, Bartnik outlines his design in the first video below, then shows how to use it in the second. 

In order to inspire the next generation of scientists and engineers, Michael Graham (AKA EngineerDog) has come up with a robot that automatically draws on coffee mugs with a marker—and potentially much more. 

In its nominal configuration, the Mug-O-Matic is controlled by an Arduino Nano with a custom TinyCNC board, and uses a trio of small servo motors for cup plotting.

Additionally, the device can be reconfigured into a wide variety of robotic forms, and features 60+ compatible parts with which to do so. 

Mug-O-Matic is a 3-axis drawing robot that can customize coffee mugs! This capable little robot can draw anything you want via manual control, Bluetooth, calculated algorithms, or even g-code. So you can enjoy your custom mug creation, then wipe it clean. You could make it totally different every day for a year, and not make the same thing twice!

Its little buddy, the Desktop Sentry, is a pan-tilt turret that guards your desk! Also controlled via joystick, Bluetooth, algorithms, or G-code, this device can automatically guard your space with a laser or a rubber band launcher, or be used for light writing.

The intent of this project is to produce fun and accessible educational tools. We want to encourage people to engage in tinkering and making things, because the creative process is a powerful way to learn.

If you’d like to get to work on your own Mug-O-Matic, more info can be found here, including a parts list for the build. It is also slated for a release on Crowd Supply, which will likely make things easier and less expensive if you’re willing to wait!



  • Newsletter

    Sign up for the PlanetArduino Newsletter, which delivers the most popular articles via e-mail to your inbox every week. Just fill in the information below and submit.

  • Like Us on Facebook