etc: scads of random scad
[clinton/3d-models.git] / etc / tap-handle.scad
diff --git a/etc/tap-handle.scad b/etc/tap-handle.scad
new file mode 100644 (file)
index 0000000..75a1a40
--- /dev/null
@@ -0,0 +1,8 @@
+use <threads.scad>
+
+// pretty sure this is wrong, it definitely doesn't fit a tap handle...
+
+difference () {
+     %cylinder (r=10, h = 40, $fn = 120);
+     translate ([0, 0, -0.5]) english_thread (diameter=3/8, threads_per_inch=16, length=9/8, internal = true);
+}