From 03b7df2ae18dc0f05e8e5506e6e76902fc8c63ab Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 14 Aug 2012 00:19:45 +0100 Subject: [PATCH] 8317 cliptest as about to print --- th-8317/cliptest.scad | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 th-8317/cliptest.scad 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); +}; -- 2.30.2