From: Ian Jackson Date: Mon, 13 Aug 2012 23:19:45 +0000 (+0100) Subject: 8317 cliptest as about to print X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=03b7df2ae18dc0f05e8e5506e6e76902fc8c63ab;p=dl-things.git 8317 cliptest as about to print --- diff --git a/th-8317/cliptest.scad b/th-8317/cliptest.scad new file mode 100644 index 0000000..b93b4e0 --- /dev/null +++ b/th-8317/cliptest.scad @@ -0,0 +1,6 @@ +include +difference() { + ForkClip(filamentSize=1.75,slotSize=[6.5,10],armLength=57); + #translate([10,23,-10]) cube([50,80,50]); +// translate([-47,0,0]) cube([150,50,50],center=true); +};