From e914f64f1f7e8f0c473f2042eecd8eb41ea06ba5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 25 Nov 2023 10:41:43 +0000 Subject: [PATCH 1/1] m8-thin-washer: a blivet Signed-off-by: Ian Jackson --- m8-thin-washer.scad | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 m8-thin-washer.scad diff --git a/m8-thin-washer.scad b/m8-thin-washer.scad new file mode 100644 index 0000000..8e1f26f --- /dev/null +++ b/m8-thin-washer.scad @@ -0,0 +1,13 @@ +// -*- C -*- + +include + +$fa = 1; +$fs = 0.1; + +linextr(0, 0.425 + 0.125 * 2) { + difference(){ + circle(r= 15 /2); + circle(r= (8 + 0.5) /2); + } +} -- 2.30.2