Parametric Pot Stand
Description
A stand to hold up a small pot so it doesn't sit flat upon a surface.
The pictured stand was printed on a printrbot.
The pictured stand was printed on a printrbot.
Instructions
1) measure your small pot
2) update the scad file with your measurements
3) render and print the resulting file. Printing it upside down works nicely. The mess left by the support material is hidden once you put a pot on it.
2) update the scad file with your measurements
3) render and print the resulting file. Printing it upside down works nicely. The mess left by the support material is hidden once you put a pot on it.
You must be logged in to post a comment.
License

Would be cool if you could make a scad version without all of those facets and put it up because I never could figure out scad very well.
If by facets you mean the polygonated sides instead of a smooth rounded sides, that is an artifact of the intermediate format for printing (STL) which is just a list of triangles.
You can increase the '$fn' variable on line 7 which will tell OpenSCAD use more facets. Rendering will be slightly slower, your files will be bigger, and only on high-resolution printers will you notice a difference.