Close
0%
0%

3D Steel Printer

I'm building a 3d printer which makes things out of steel.

Similar projects worth following
There are 3d printers for metal out there, but they are very expensive.

This project aims to radically lower the costs of 3d metal printers by employing a novel process to melt small bits of metal together based on TIG welding.

How it works:

Current 3d metal printers work by using a laser or an electron beam to melt layers of metal powder together:

Image credit:  http://en.wikipedia.org/wiki/Selective_laser_sintering

This one works the same way, except it replaces the dangerous laser / expensive electron gun with a custom built pulsed TIG welder. In the diagram above, the only differences are that the laser beam is replaced with a tungsten electrode, and the fabrication piston is connected electrically to the TIG welder.

The advantages of using TIG welding instead of lasers / electron guns are:

-Cheaper. Right now, I can pick up a $200-$300 welder at harbor freight and weld random things together all day. I doubt this or any laser-based machine will get too far under ten grand given all the logistics of managing metal powder* and the XY table, but that's a hell of a lot better than a million bucks.

-Safer: I'll admit that I get shocked by my prototype on a regular basis. However, I have to touch it to get injured. With lasers, you can get blinded from across a room if something goes wrong.

The Vision: 

Ten years ago, 3d plastic printers were tremendously expensive and not widespread. Now, anyone can spend a couple hundered dollars and build or buy one themselves. 

Right now, 3d metal printers are in the same spot as plastic printers were 10 years ago. A high end market exists, creating custom hip implants and aircraft parts. But there's no low end. No one can buy a 3d metal printer for less than about a million dollars, and there is no plans available for a 3d metal printer with workable resolution.

I aim to change that, in two ways:

1. Selling cheaper 3d metal printers.

2. Open sourcing as much as I can get away with. 

I'm a huge fan of open source. However, investors love to hear about a company's unique  IP which secures them an advantage. Honestly, I'm torn about this. I'm also not a lawyer, and have spent far more time trying to build this thing than think about business models. At the end of the day, I want to make sure that:

a) I can make a business out of this, without resorting to locking down the device and charging people insane amounts of money for proprietary feed material cartriges.

b)  there's enough info/plans out there that makers can make their own

So in conclusion, I want to open source a bunch of stuff, but may not go 100% open source everything so I can present a compelling case for investors.

Systems Overview:

Note: so far I've built everything in orange, and it all mostly works. The stuff in white with the dotted lines I haven't started to build yet.

-Laptop: this talks to both the xy table and the stm32f4, telling the xy table where to move and the welder when to zap the metal. Hopefully, in the not-too-distant future, it will accept .stl files.

-X/Y table / build platform: This consists of the cylindrical build chamber platform, with an XY table above which holds the electrode and an argon gas line. Currently, the steppers which move the xy table are controlled by an arduino.

-The custom TIG welder: this is a custom designed dc pulsed tig welder, with current control provided by an stm32f4 microcontroller.

-Powder* Dispenser: I originally planned to have a servo controlled hopper and "bulldozer blade" system to lay down new layers of metal powder*. However, I realized that this also happens really infrequently, and can therefore be ignored for now while I focus on more pressing issues. Also, the laser cut parts I designed for this don't fit at all. whoops.

-Z-axis actuator: This moves the plunger holding the partly printed part downwards after a layer completes. I intend to automate this some day, but given how infrequently the z axis needs to be actuated, I'm leaving this as a hand-turned wingnut for now.

*I'm going to call it powder, but the stuff I'm using now (a blasting abrasive product) has a far higher size than atomized steel powder I've played with in the past.

  • first post

    rory08/20/2014 at 09:11 0 comments

    Altogether, I've been working on this project for about a year now, so this post will contain a summary of sorts.

    After having the idea, I built a first version based on the basic electronics knowledge I knew (I studied Mechanical Engineering, so not too much more than the basics of wiring up robots, no high voltage experience, etc) combined with a basic understanding of how TIG welding works. 

    Needless to say, it didn't work at all. The flyback transformer I was using for the high voltage arc starter worked, but the high current power supply didn't push any electricity through the arc. 

    After a while, I found a set of free plans on the internet for a home made tig welder. Using them as a starting point, I came up with a design for a pulsed tig welder powered by a bank of capacitors, and built it. This second version had no capability to sense or control the current flowing through it. However, after a couple months balancing my last semester of classes and iterating on the project, it started to work. It made lots of loud exploding noises, melting little craters in random pieces of steel I pointed the electrode at.

    After that version, the next step was to add current control. For consistent melting of metal bits together, consistent welding performance is needed. And for that, precise current control is needed. To do this, the second version was chopped up, and a microcontroller (stm32f4), current sensor, and mosfet array were added. Thanks to the high voltage arc starter interfering with everything, this took a couple of months.

    After finally getting current readings and being able to do current control, I assembled my X-Y table and threw together an arduino program to move it around, and wrote some code for a PC to control both the arduino and the stm32f4.

    That's where the project is right now: the pulsed tig welder works, and I have a working X-Y table. 

    Next steps:

    -some more work on the control algorithm

    -zip tie / tape argon line to electrode (I've got a tank and regulator, not shown in pictures)

    -run both systems (xy table, welder) together to print a layer or two

View project log

Enjoy this project?

Share

Discussions

Bartnoone wrote 09/12/2016 at 18:45 point

I think this is bed idea with tig welder becase ,when you will try to weld the powder every particle will glue or bond to the TIG torch this is some kind of magnetism , ask people wich weld widh TIG every day 

  Are you sure? yes | no

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates