Fractal flake

181
Downloads
589
Views
Published on November 22, 2012

Description

A christmas tree decoration, perhaps?

Instructions

Use Faberdashery's Bling Bling Gold filament to get some sparkliness.

flake.py was used to generate the shape. Modify to adjust size, angles or number of iterations.



Tags
This Thing has no tags.
Report as inappropriate

You must be logged in to post a comment.

Like your designs... any chance of also posting a DXF file from the 3D program here for us poor folk with a laser engraver?   It likely would get a lot of downloads.. thx

Thanks, good idea. I'll look into that.

Using like this:
python flake.py > flake.scadHow that koch function is used?

The koch function is just there to setup the base shape in a more generalized way when experimenting. I think if you just replace the call to cesaro with koch you currently get a square koch fractal shape.