chiark / gitweb /
m8-thin-washer: a blivet
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 25 Nov 2023 10:41:43 +0000 (10:41 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 25 Nov 2023 10:41:43 +0000 (10:41 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
m8-thin-washer.scad [new file with mode: 0644]

diff --git a/m8-thin-washer.scad b/m8-thin-washer.scad
new file mode 100644 (file)
index 0000000..8e1f26f
--- /dev/null
@@ -0,0 +1,13 @@
+// -*- C -*-
+
+include <utils.scad>
+
+$fa = 1;
+$fs = 0.1;
+
+linextr(0, 0.425 + 0.125 * 2) {
+  difference(){
+    circle(r=  15        /2);
+    circle(r= (8 + 0.5)  /2);
+  }
+}