creepy-hand: final version
[clinton/3d-models.git] / etc / tap-handle.scad
1 use <threads.scad>
2
3 // pretty sure this is wrong, it definitely doesn't fit a tap handle...
4
5 difference () {
6 %cylinder (r=10, h = 40, $fn = 120);
7 translate ([0, 0, -0.5]) english_thread (diameter=3/8, threads_per_inch=16, length=9/8, internal = true);
8 }