chiark / gitweb /
8317 cliptest as about to print
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 13 Aug 2012 23:19:45 +0000 (00:19 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 14 Aug 2012 00:25:40 +0000 (01:25 +0100)
th-8317/cliptest.scad [new file with mode: 0644]

diff --git a/th-8317/cliptest.scad b/th-8317/cliptest.scad
new file mode 100644 (file)
index 0000000..b93b4e0
--- /dev/null
@@ -0,0 +1,6 @@
+include <FilamentSpool.scad>
+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);
+};