3D printing is pretty awesome
Scythe
Join Date: 2002-01-25 Member: 46NS1 Playtester, Forum Moderators, Constellation, Reinforced - Silver
<div class="IPBDescription">Pics inside</div>So I'm a member of <a href="http://hsbne.org/" target="_blank">Hackerspace Brisbane</a>. One of our projects over the last few months is building a 3D printer.
<img src="http://www.tjhowse.com/hackerspace/mendel/mendel01.jpg" border="0" class="linked-image" />
This is not ours, this is the printer that our printer was printed on.
It's called a <a href="http://reprap.org/wiki/Main_Page" target="_blank">Reprap</a>, specifically the Mendel. It's a machine designed to heat and extrude a filament of ABS (Lego plastic) or PLA (biodegradable cornstarch plastic) in a shape, layer upon layer, to build a 3d object. There are other 3d printers out there, but the goal of the Reprap project is to make a <b>printer that can print itself</b>. Several times throughout this project we've used a half-functional printer to print a replacement part for one that nearly broke during the print.
Just recently we've got ours working pretty well and we've started printing parts to build another printer. Yesterday I thought I'd try printing something I designed from scratch. I bought a Nexus One a few months ago, so I decided to design and print a dock for it. I used a program named <a href="http://openscad.org/" target="_blank">OpenSCAD</a> to build the 3d model. OpenSCAD is great because it allows you to define the model in terms of geometric primitives, their orientation and intersections. You can set two shapes to join to eachother where they touch, or have one take a bite out of another. I basically created a rough 3d model of the N1, intersected it with a dock-shaped solid block and said "subtract the N1 shape from the block". I was left with a N1-sized cavity. <a href="http://www.tjhowse.com/hackerspace/mendel/n1_dock/n1_dock_1.scad.txt" target="_blank">Here's</a> the code I used to generate the model.
<img src="http://www.tjhowse.com/hackerspace/mendel/n1_dock/dock.png" border="0" class="linked-image" />
From here it was a matter of exporting the model to an STL model file, then importing this into the Reprap software to turn it into a toolpath for the extruder. I then clicked print.
The result:
<img src="http://www.tjhowse.com/hackerspace/mendel/n1_dock/n1_dock_03.jpg" border="0" class="linked-image" />
Argh!
After cleaning off the trailing stringy bits:
<img src="http://www.tjhowse.com/hackerspace/mendel/n1_dock/n1_dock_07.jpg" border="0" class="linked-image" />
<img src="http://www.tjhowse.com/hackerspace/mendel/n1_dock/n1_dock_09.jpg" border="0" class="linked-image" />
The top of the backrest got truncated due to mechanical limits of the printer. It can't print tall objects near the edge of the print bed. If I'd set it to print in the middle of the platform it would've been fine.
More pics <a href="http://www.tjhowse.com/hackerspace/mendel/n1_dock/" target="_blank">here</a>.
--Scythe--
<img src="http://www.tjhowse.com/hackerspace/mendel/mendel01.jpg" border="0" class="linked-image" />
This is not ours, this is the printer that our printer was printed on.
It's called a <a href="http://reprap.org/wiki/Main_Page" target="_blank">Reprap</a>, specifically the Mendel. It's a machine designed to heat and extrude a filament of ABS (Lego plastic) or PLA (biodegradable cornstarch plastic) in a shape, layer upon layer, to build a 3d object. There are other 3d printers out there, but the goal of the Reprap project is to make a <b>printer that can print itself</b>. Several times throughout this project we've used a half-functional printer to print a replacement part for one that nearly broke during the print.
Just recently we've got ours working pretty well and we've started printing parts to build another printer. Yesterday I thought I'd try printing something I designed from scratch. I bought a Nexus One a few months ago, so I decided to design and print a dock for it. I used a program named <a href="http://openscad.org/" target="_blank">OpenSCAD</a> to build the 3d model. OpenSCAD is great because it allows you to define the model in terms of geometric primitives, their orientation and intersections. You can set two shapes to join to eachother where they touch, or have one take a bite out of another. I basically created a rough 3d model of the N1, intersected it with a dock-shaped solid block and said "subtract the N1 shape from the block". I was left with a N1-sized cavity. <a href="http://www.tjhowse.com/hackerspace/mendel/n1_dock/n1_dock_1.scad.txt" target="_blank">Here's</a> the code I used to generate the model.
<img src="http://www.tjhowse.com/hackerspace/mendel/n1_dock/dock.png" border="0" class="linked-image" />
From here it was a matter of exporting the model to an STL model file, then importing this into the Reprap software to turn it into a toolpath for the extruder. I then clicked print.
The result:
<img src="http://www.tjhowse.com/hackerspace/mendel/n1_dock/n1_dock_03.jpg" border="0" class="linked-image" />
Argh!
After cleaning off the trailing stringy bits:
<img src="http://www.tjhowse.com/hackerspace/mendel/n1_dock/n1_dock_07.jpg" border="0" class="linked-image" />
<img src="http://www.tjhowse.com/hackerspace/mendel/n1_dock/n1_dock_09.jpg" border="0" class="linked-image" />
The top of the backrest got truncated due to mechanical limits of the printer. It can't print tall objects near the edge of the print bed. If I'd set it to print in the middle of the platform it would've been fine.
More pics <a href="http://www.tjhowse.com/hackerspace/mendel/n1_dock/" target="_blank">here</a>.
--Scythe--
Comments
--Scythe--
IIRC, the one they used would create layers using resin hardened by lasers
<a href="http://battlebricks.com/makerlegobot/" target="_blank">http://battlebricks.com/makerlegobot/</a>
tons of this stuff here
Not directly related but you know, put that on your to do list, on your printer
Or it's cousin, the Makerbot.
The Reprap, and the makerbot, both use what can be described as a computer controlled Gluegun to make it's prints, although the plastic used is basically the same as legos, generally ABS, although i have seen PLA used as well. You can get a better print if you reduce the Z depth by .5 mm , it "squishes" the layers tighter so there's less air spaces. Of course, my experience with a Mendel is way less than your own, have fun making stuff
You <i>fools!</i> <a href="http://en.wikipedia.org/wiki/Grey_goo" target="_blank">You foolish fools!</a>
If only to watch X_stickman squirm
Here's the model:
<img src="http://www.tjhowse.com/hackerspace/openjoy/gimbal_assembled.png" border="0" class="linked-image" />
And here's the printed parts:
<img src="http://www.tjhowse.com/hackerspace/openjoy/gimbal_mk1/1.jpg" border="0" class="linked-image" />
<img src="http://www.tjhowse.com/hackerspace/openjoy/gimbal_mk1/2.jpg" border="0" class="linked-image" />
<img src="http://www.tjhowse.com/hackerspace/openjoy/gimbal_mk1/3.jpg" border="0" class="linked-image" />
<img src="http://www.tjhowse.com/hackerspace/openjoy/gimbal_mk1/4.jpg" border="0" class="linked-image" />
I'm building a flightsim joystick out of printed parts and 608 skate bearings. This is the gimbal mechanism.
I've designed and printed the POV hats, but they're pretty rough at the moment.
--Scythe--
I want know how about the structure inside it if it is solid ?i mean you can save raw material or strong it by optimize the structure inside of it .
just like what optimize said ,this technique can be used widely at make special parts and moulds !
oh, i love it so much
--Scythe--
Context: He had advertisements in his sig.
<center><object width="450" height="356"><param name="movie" value="http://www.youtube.com/v/NLTl9mJYYqI"></param><embed src="http://www.youtube.com/v/NLTl9mJYYqI" type="application/x-shockwave-flash" width="450" height="356"></embed></object></center>
<div align='center'><a href="http://www.youtube.com/watch?v=NLTl9mJYYqI" target="_blank">http://www.youtube.com/watch?v=NLTl9mJYYqI</a></div>
Not done yet, but thanks to Scythe, this seems like an interesting business venture. Thanks again!
--Scythe--
When my new Y pulley gets here, we're back in business. I can't believe that i broke it bare handed. And my Thing-o-matic kit doesn't hold a candle to your glorious Mendel, you have self replication, i have.... the ability to fix body panels with Elmer's Glue.
--Scythe--
My order from mendel-parts.com has arrived! Joy!
I've assembled the x axis, and printed about 3/4 of the parts. Getting close now.
--Scythe--
If you're interested in the process of building it, watch this video.
<center><object width="450" height="356"><param name="movie" value="http://www.youtube.com/v/iEe1mODgp74"></param><embed src="http://www.youtube.com/v/iEe1mODgp74" type="application/x-shockwave-flash" width="450" height="356"></embed></object></center>
If you just want to see it printing, and a finished product, watch these two:
<center><object width="450" height="356"><param name="movie" value="http://www.youtube.com/v/d0O56GCNN9o"></param><embed src="http://www.youtube.com/v/d0O56GCNN9o" type="application/x-shockwave-flash" width="450" height="356"></embed></object></center>
<center><object width="450" height="356"><param name="movie" value="http://www.youtube.com/v/ykV610E0mOg"></param><embed src="http://www.youtube.com/v/ykV610E0mOg" type="application/x-shockwave-flash" width="450" height="356"></embed></object></center>
--Scythe--
--Scythe--
On a related note, anyone seen REDDmonkey recently?
My latest big project was a 3D printable wifi remotely operated tank, with an independent pan-tilt camera: <a href="http://www.thingiverse.com/thing:13496" target="_blank">http://www.thingiverse.com/thing:13496</a>
<img src="http://thingiverse-production.s3.amazonaws.com/renders/82/28/b9/c2/9d/overall_display_medium.jpg" border="0" class="linked-image" />
I also recently sent Zaggy something. It was pretty awesome too.
:>
--Scythe--