chiark / gitweb /
8317 dovetail test file
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 10 Aug 2012 23:42:31 +0000 (00:42 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 14 Aug 2012 00:25:10 +0000 (01:25 +0100)
th-8317/dovetailtest.scad [new file with mode: 0644]

diff --git a/th-8317/dovetailtest.scad b/th-8317/dovetailtest.scad
new file mode 100644 (file)
index 0000000..48a0cfa
--- /dev/null
@@ -0,0 +1,5 @@
+include <FilamentSpool.scad>
+difference() {
+       ExtensionArm(height=5);
+       translate([3,0,0]) cube([50,50,50],center=true);
+};