From 24ee72609dd31a0bb315c5db7a23b140a8511e88 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 5 Nov 2017 16:40:30 +0000 Subject: [PATCH] moebius-stand Signed-off-by: Ian Jackson --- moebius-stand.scad | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 moebius-stand.scad diff --git a/moebius-stand.scad b/moebius-stand.scad new file mode 100644 index 0000000..68e024f --- /dev/null +++ b/moebius-stand.scad @@ -0,0 +1,20 @@ +// -*- C -*- + +include +include + +sz = moebiuscore_nomsize; + +lsz = [sz*2.4, 6, sz*0.5]; + +difference(){ + union(){ + cube([5, sz*1.7, sz*0.5], center=true); + cube(lsz, center=true); + } + rotate([0,0,-25]) + translate(sz * [0,0,1.9]) + hull() MoebiusCore(); + translate(-lsz/2) + Commitid_BestCount_M([ lsz[0], lsz[1] ]); +} -- 2.30.2