Printable Lighning

Nikolaus Gradwohl2011-02-12T09:50:00+00:00

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

lightning

read more ...

Printable Weaving Shuttle

Nikolaus Gradwohl2011-02-07T08:21:45+00:00

This is a small weaving shuttle I desinged for my mom. It's printed on my makerbot using black ABS.

Download the openscad source or the stl file if you want to print your own.

weaving shuttle

weaving shuttle

read more ...

How To Make A CookieCutter

Nikolaus Gradwohl2010-12-12T16:52:44+00:00

This is a small how-to video that explains how to design and print a cookiecutter using my Cookie-Cutter-Editor and a makerbot

How To Make a CookieCutter from Nikolaus Gradwohl on Vimeo.

the soundtrack is Awel by stefsax

read more ...

Generative Battery Compartment

Nikolaus Gradwohl2010-12-06T10:09:49+00:00

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.

Battery Compartement 2 AA batteries 4 AAA batteries

read more ...

CookieCutter-Editor v2.0

Nikolaus Gradwohl2010-11-26T02:02:00+00:00

I made a new version of my cookiecutter-editor.

Designs can be saved now and the node-count can be adjusted to your needs. I also exported a linux, a Macos X and a Windows version of the processing sketch.

Projektpage and Download Links

Go to the Projekt page and download the editor - because NOW is the right time of the year to desing your CookieCutters!

star star

tree tree

read more ...

Spool Holder printed on Makerbot

Nikolaus Gradwohl2010-08-19T06:35:31+00:00

I have some spools with cables lying around on my working desk. so i printed 2 spool holders on my makerbot to tidy things up a bit.

downlaod the openscad file or the stl file to print them.

spoolholder1 spoolholder1

read more ...

little 3D figure

Nikolaus Gradwohl2010-08-08T19:24:00+00:00

My boss asked me to clone myself several times, so i started by making a little 3d figure in blender and printed it on my Makerbot. Not quite a clone of me, but every journey begins with a first step :-)

click here to download the stl file

figure

read more ...

Custom Cookie Cutters for the Makerbot

Nikolaus Gradwohl2010-06-27T19:34:00+00:00

Update:

there is a new version of the CookieCutter-Editor!

Recently some very awsome cookiecutter-designs started to show up on thingiverse (like the escher cookie cutter or the jigsaw cookie cutter, and many more) (and one of the local radiostations has played "last cristmas", because it's only 6 months till x-mas O_o )

So i thought about how the generation of such custom cookie cutters could be simplified and i developed a custom cookie cutter generator in processing.

Click here to download the processing sketch.

Basically it's a very very simple vector graphic programm, where you can design the cookie form you want to have. to export the design as a stl file press the letter 'e'

this is my day 26 project for 30daysofcreativity

This is what the cookie-cutter-editor looks like

cookie-cutter-generator

This is what the generated stl file looks like

cookie-cutter in blender

And this is what the printed cookie-cutter looks like (still have to fiddle around with my skeinforge settings a bit)

cookie-cutter

read more ...

gekko in 3d

Nikolaus Gradwohl2010-06-20T07:22:00+00:00

I transformed my gekko from a pencildrawing to a real physical object. I converted the drawing into a 3D object using blender and then printed it on my makerbot. This is my Day 20 project for 30daysofcreativity

click here to download the stl file

gekko

read more ...

Another pair of earrings

Nikolaus Gradwohl2010-06-09T07:39:00+00:00

I made another pair of earrings for my wife, printed on a makerbot

click here to get the openscad file or here for the stl file

earrings2

read more ...