chiark / gitweb /
8317 cliptest as about to print
[dl-things.git] / th-8317 / cliptest.scad
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);
+};