chiark / gitweb /
y-large-axlebar-washer: v1
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 18 Jul 2020 17:13:24 +0000 (18:13 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 18 Jul 2020 17:13:24 +0000 (18:13 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
y-large-axlebar-washer.scad [new file with mode: 0644]

diff --git a/y-large-axlebar-washer.scad b/y-large-axlebar-washer.scad
new file mode 100644 (file)
index 0000000..de8553e
--- /dev/null
@@ -0,0 +1,15 @@
+// -*- C -*-
+
+$fa=3;
+$fs=0.1;
+
+r0 = 12 + 0.75;
+r1 = 22;
+h = 7.36 - 0.20;
+
+linear_extrude(height=h, convexity=3) {
+  difference(){
+    circle(r = r1/2);
+    circle(r = r0/2);
+  }
+}