From: Ian Jackson Date: Sat, 11 Aug 2012 00:15:40 +0000 (+0100) Subject: 8317 dovetailtest - make it print only the male end for testing X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?p=dl-things.git;a=commitdiff_plain;h=ac3de105da40e74bac0be898b4a7b272dc0c4611 8317 dovetailtest - make it print only the male end for testing --- diff --git a/th-8317/dovetailtest.scad b/th-8317/dovetailtest.scad index 48a0cfa..790cc03 100644 --- a/th-8317/dovetailtest.scad +++ b/th-8317/dovetailtest.scad @@ -1,5 +1,6 @@ include difference() { ExtensionArm(height=5); - translate([3,0,0]) cube([50,50,50],center=true); +// translate([3,0,0]) cube([50,50,50],center=true); + translate([-47,0,0]) cube([150,50,50],center=true); };