From 871c8f758bcec2b55eb4e4d0748f3ce74b2064f1 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 16 Sep 2012 11:31:41 +0100 Subject: [PATCH] tower-base for head test, more --- tower-base.scad | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tower-base.scad b/tower-base.scad index fbc9397..fe06db2 100644 --- a/tower-base.scad +++ b/tower-base.scad @@ -136,6 +136,11 @@ intersection(){ translate([-100,-100,0]) cube([200,200,32]); } +translate([60,-90,0]) { + DoveClipPairSane(h=clippairy, count=3); + mirror([1,0,0]) translate([DoveClip_depth()-0.1,0,0]) cube([20,8,6]); +} + for (x=[0,20,40]) { translate([x,-50,0]) DoveClipPin(h=clippairy); translate([x+10,-50,0]) DoveClipPin(h=clippairy/2); -- 2.30.2