Yet More Twisting Kochflake Vases
Description
The round base is arguably prettier, but the tri-base is more mathematically true to the fractal. Though I skipped the second iteration for some reason.
12/9 - Thanks for all the feedback. :) Added a couple pictures of these prints after I dyed them light blue. You can dye nylon any color with RIT dyes which is just awesome.
1/26/13 - Currently available for sale at the 3DEA/Openhouse Gallery in NYC along with several of my other designs (and more awesome objects by others)! If you want one, don't have a printer, and are in New York, now's your chance. The store will be open through February 17. :D
3dea.openhouse.me/3dea/
Instructions
You must be logged in to post a comment.
Any idea how to configure Skeinforge to fill only the bottom layers and not the top? I found a way to disable top and bottom layers, but not just the top. Really wish I had slic3r at work to use with my Replicator
http://www.youtube.com/watch?v...
All my friends want to have one :D
It came out beautifully on my replicator. Thanks for the awesome design!
Incredibly beautiful. I didn't know my ultimaker could print like this. By far the best quality print that I have produced. Have printed 3 at 170% and made them into a lamp fitting. Was not sure how to create hole in the bottom so just melted my own. Do you have a recommendation for how to add a hole to the existing stl? Thanks for the great design!
Those look great! Tough thing about adding a hole is it would force you to add inner walls to the mesh. Right now, the slicing programs just think that they are making a big hollow object and they trace the perimeter without trying to infill it anywhere. Given that there are so many variables for nozzle sizes and extrusion widths, it seems to be the best way to get thin-walled vessels with FDM printers.
That said I think you could put a pattern on the bottom that would show you where to cut, sort of an indentation. Let me know the size (of the hole) and I could model it in for you if you want.
These are so cool! Would it be possible to do a similar item but use a maple leaf outline shape? Our Canadian friends might enjoy this.
It amazed me to watch my printer tracing this thing's perimeter, line after line. Mesmerizing for some reason. Thanks for posting these!
Any ideas on how to print this from MakerWare on a Replicator 2 so it comes out hollow? I tried setting "infill" to 0 but I still get some fill and a "top" layer.
Hmmm, someone has to know. I have no idea why you would still be getting infill.
You can delete the top layers from the g-code file. There should be three (or however many solid layers you are set at) "clumps" of code toward the bottom of the file that look significantly different from all the repeating perimeters before them. Just delete them. But don't delete the end-code that comes after them that turns off your heat and steppers. That's how I used to do it in Slic3r before they added a separate option for the top and bottom solid layers.
Impressive! Very dynamic shapes.
this is definitely doable in blender. you would create a curve object in the shape of the koch snowflake. then you would create a path curve and set it's bevel object to the previously created curve object. then you can use ALT-S in edit mode on the path to change the shape of the vase. and CTRL-T to twist the vase. to make a printable object, convert the path object to a mesh and close the bottom, then apply a solidify modifier to it. hope that helps! if you need more detailed step by step, PM me :)
Yeah, I picked up C4D when I was a student still. I think their educational version is free, and I know you can run a demo free for 30 days or so. I love it. It's the only 3D modeling/animation program I've used that I can honestly say is fun. Most of the time.
I would imagine Blender can loft spines but it's been a long time since I've used it.
Very nice - I really need to come up with some free time and finish my script!
Did you do these in OpenSCAD or something else? I really like the smooth transition from the base shape to the snowflake shape...
License

Hey, nice vase! It should be possible to make this even more "mathematically true": The bottom of the vase could be a triangle, and then a little further up it's a 6-pointed star, etc... so the higher up you go the more iterations of the Koch construction you do and the more little pointy bits poke out. If you do this right, you could make it fully crenellated (i.e. a true Koch snowflake) at the top, if your printer had high enough resolution. And you could still gradually rotate the cross-sections the way you do. I wonder how that would look?
You wouldn't want to do this in your modelling program though - that'd be best done by writing a little python script that spits out the gcode directly. Or, you know, mathematica or something.
Thank you. Actually, the "twisty smooth tri-base" version was going to do just that but I ended up with weird, unattractive geometry between the triangle and 6-point iterations. Somehow, skipping the 6-point step smoothed it out. You're right, though, a script would probably do a better job.