From: Ian Jackson Date: Sat, 25 Nov 2023 10:41:43 +0000 (+0000) Subject: m8-thin-washer: a blivet X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=e914f64f1f7e8f0c473f2042eecd8eb41ea06ba5 m8-thin-washer: a blivet Signed-off-by: Ian Jackson --- 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); + } +}