From: Ian Jackson Date: Sun, 5 Nov 2017 16:40:30 +0000 (+0000) Subject: moebius-stand X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=140466d4b99a06eb70a458b09178a25f838e80d3;p=moebius3.git moebius-stand Signed-off-by: Ian Jackson --- 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] ]); +}