3D printed Heptagonal-Finger-Ring
I just printed a Heptagonal-Finger-Ring for my wife. I like 3d printed jewelry. And I also like to work with heptagons. I dont't get that chance very often, since they don't make patterns that easy - at least not in an euclidian space that doesn't cause your mind to explode
you can download the openscad source or download the stl file if you like to print one yourself

personalizing an Ikea pen holder with an 3D-Printer
I own a Ikea-pen holder on my desk which I like very much, but It has one very large compartment in the front, where I wanted to put my markers. Since I don't have enough markers to fill the whole compartment, I designed a small box in openscad and printed it on my makerbot - et voila! a smaller compartment for my pens.
The box is for sure not the biggest innovation in 3D desgin and I could have used cardboard boxes too, but I really like the idea using a 3D printer to personalize off the shelf furniture :-)
If you like to print your own you can download the openscad-source or download the stl-file

3D-Printed Brush-Holder
Bathroom-real-estate is a very limited resource in our flat, so I designed a brush-holder that can be glued to the wall and printed it on my makerbot.
I really like how a 3D-printer helps from getting "would be nice if .." into "cool - lets try it"
you can download the brushholder openscad source or the exported brushholder stl


Parametric Button Generator
Have you ever lost a button? One that is unique and cannot be found anywere? Do you want to sew something special and need very special buttons?
And do you own a 3D-Printer?
Then there is a solution to your problems - The Parametric-Button-Generator!
Download the openscad file, adjust the parameters and print your buttons

Printable Lighning
I made a lightning bolt to test the openscad polygon and linear_extrude functions.
To define a polygon you have to define a set of 2D-coordinates and some sets that define the paths. In this example only one
path is defined that connects all the points. Then I extruded the polygon to make it 3D and centered it using translate, to
make it printable.
translate(v=[0,-45,1]) {
linear_extrude( height=2, center=true)
polygon( points = [[-5,0], [15,40], [5, 55], [20, 75], [0, 90], [-15, 55 ], [2, 36]],
paths=[[0,1,2,3,4,5,6]]
);
}
you can download the openscad source or the stl file

Generative Battery Compartment
I need Battery compartments for many of my electronics projects and buy them usually in various sizes, but since i have a makerbot I am thinking about how to print them myself. So I just wrote a openscad-script that generates battery compartments. It handles various battery types from AAA to D and can generate compartments for even and odd battery numbers.
Download the OpenSCAD file enter the type and number of batteries you need and generate a stl file. Then either add it to your model or use it as a standalone compartment. The only thing you need to add (besides batteries) are litte metall stripes for the contacts.

printed phonestand
I designed a simple stand for my phone unsing openscad. click here to download the stl file or click here for the openscad script


