From 74d5b3107bfa067eb969eb45c465844c16093858 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 16 Sep 2012 11:23:03 +0100 Subject: [PATCH] tower-base for head test --- tower-base.scad | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/tower-base.scad b/tower-base.scad index 1404365..fbc9397 100644 --- a/tower-base.scad +++ b/tower-base.scad @@ -126,7 +126,18 @@ module towerbase() { } } -//intersection(){ -towerbase(); -// translate([-100,-100,0]) cube([200,200,32]); -//} +intersection(){ + translate([0,0,-50]) towerbase(); + translate([-100,-100,0]) cube([200,200,32]); +} + +intersection(){ + translate([40,0,-60]) towerbase(); + translate([-100,-100,0]) cube([200,200,32]); +} + +for (x=[0,20,40]) { + translate([x,-50,0]) DoveClipPin(h=clippairy); + translate([x+10,-50,0]) DoveClipPin(h=clippairy/2); + translate([x+10,-30,0]) DoveClipPin(h=clippairy/2); +} -- 2.30.2