Blog Home

Arduino based Milling Machine

Abhimanyu Singh UdawatJune 25th, 2012

This is a working model of an Arduino based Milling Machine created using FischerTechnik. For those of you who are unaware of FischerTechnik, it is similar to the LEGOTM Building Blocks.

milling-machine

A group of four Mechanical Engineering students at the Delft University of Technology (Netherlands) created this project as part of their Mechatronics class in their Second year of Bachelor of Sciences (B.Sc.) Program.

Laurens Valk, one of the creators, explains the essence of Arduino in the project:

“The system uses the Adafruit motor shield to run two stepper motors, and the Sparkfun EasyDriver for the third stepper motor. The Arduino runs code that listens to Matlab commands over USB. We expanded that code a little to make it possible to add the third stepper motor and some other commands. Most of the actual code was programmed in Matlab, with the Arduino as the interface between computer and motors/sensors.”

We had a little chat with Laurens. Here is the excerpt:

 

When did you first hear about Arduino, and when did you first start using it?
I’ve seen a lot of Arduino projects over the years, but this was the first time we used it in a project. Personally, I usually build robots with MINDSTORMS NXT, but this felt like a good opportunity to combine mechanical work (the printer hardware) with real electronics (Arduino).
How did you end up making a Milling Machine/ 3D Printer for your project?

We chose to come up with our own design challenge and decided not to do the standard exercise. Initially we thought about making a (2D) plotter or scanner. Then quickly we started thinking about the same things, except in 3D. One of the projects that inspired us was the LEGO Milling Machine by Arthur Sacek. Both a scanner and printer would still be doable in 3D, but the time was limited, so we settled with the printer idea.

All construction had to be done in one workweek for logistical reasons. To make sure we were able to finish in time, we prepared much of the electronics and software outside the lab. We finished just in time, but unfortunately we could do only one complete print before we had to take it apart. Not surprisingly, it was very exciting to wait for the result of the one and only complete test run. We couldn’t see the result until we used the vacuum cleaner to remove the dust.

Here is a video showing the working of this machine. [And the Vacuum Cleaner Laurens is talking about]:

This gives an Insight into the many feats that an Arduino can accomplish.

 

3 Responses to “Arduino based Milling Machine”

  1. funlw65 Says:

    See this for a new variant of Severino:
    http://www.thebackshed.com/forum/forum_posts.asp?TID=5028&PN=1&get=last#50195

  2. SantiagoMontoya Says:

    Hello, I have a problem and hope you can help me.

    Now, I have a Adafruit Motor shield V1. but when I give the steps in Matlab the number maximum of steps is 255 (allowed range is 0: 255), try to fix this but every time you change something in the library arduino.m all went wrong. I need that I can give any number of steps to steppermotor, how could I do this?

    I do not know if I was clear with the question.Let me know if you have any question.

    I hope you can help me

    Kind regards and thank you very much again.

  3. Zoe Romano Says:

    Hi Santiago, all our tech contributors are on the forum. Please join it and find technical feedback and tips from the community: http://forum.arduino.cc

Leave a Reply

You must be logged in with your Arduino account to post a comment.