Customizable Vase

Customizable Vase

thingiverse

This is a one-of-a-kind vase that I've never had the chance to print yet.\nIf you decide to customize it, the inside will look pretty rough but when you export it as an STL file it should come out looking great.\nAlso, changing the value of 'fn' totally changes the shape.\nPrint Settings:\nI'm fairly certain that a Delta printer will be able to print this (not sure which version) and I'm really hoping my da Vinci printer will be able to handle it too.\nOpenSCAD code:\nradius = 5;\nfn = 6;\nlayers=35;\ntranslate(v = [0, 0, -1])\nlinear_extrude( height = 1)\noffset(r=radius, $fn=20)\ncircle(r=radius, $fn=fn);\nvase(layers);\nmodule vase(l) {\nfor (i=[0:l]) {\ndifference() {\ntranslate(v = [0, 0, i])\nrotate([0,0,i])\nlinear_extrude( height = 1)\noffset(r=radius, $fn=20)\ncircle(r=radius, $fn=fn);\ntranslate(v = [0, 0, i])\nrotate([0,0,i])\nlinear_extrude( height = 1)\noffset(r=radius-.7, $fn=20)\ncircle(r=radius, $fn=fn);\n}\n}\n}

Download Model from thingiverse

With this file you will be able to print Customizable Vase with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on Customizable Vase.