Tiny camera tripod.
Description
A tiny printable tripod.
Instructions
Print the part.
Add 3 pieces of M5 thread.
Add 3 pieces of M5 thread.
You must be logged in to post a comment.
Arvin
on
June 4, 2012
said:
Nice. Simple is always good...deceptively simple. Until you look at the scad file.
Is there a magic number I can change in the scad file to be able to use 1/4" rod? Got plenty of it and none of the 5mm.
Daid
on
June 4, 2012
said:
Oops, yes, it should be simple to adjust for different rods. 80%-90% of the code is for the screw thread on top. If you want to adjust the holes for the rods, you need to change the last few lines:
translate([-1, 0, 1]) rotate([0,30, 0]) rotate([180,0,0]) cylinder(r=5/2,h=100);
That r= needs to be adjusted then.
License

Unfortunately, my Replicator can't resolve the threads as designed in the STL file. I'm also realizing that you used SCAD. I need to start playing with that program! Thanks!!