From: Ian Jackson Date: Tue, 14 Aug 2012 22:35:06 +0000 (+0100) Subject: 8317 ForkClip bigger cones again X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=c4335dc2aad161ed042ca673d55c7bb184fe9740;p=dl-things.git 8317 ForkClip bigger cones again --- diff --git a/th-8317/cliptest.scad b/th-8317/cliptest.scad index cfec84a..465bde8 100644 --- a/th-8317/cliptest.scad +++ b/th-8317/cliptest.scad @@ -1,6 +1,6 @@ include difference() { - ForkClip(filamentSize=1.75,slotSize=[6.9,10],armLength=56); + ForkClip(filamentSize=1.75,slotSize=[8,10],armLength=56); #translate([10,23,-10]) cube([50,80,50]); // translate([-47,0,0]) cube([150,50,50],center=true); };