chiark / gitweb /
8317 dovetail test file
[dl-things.git] / th-8317 / dovetailtest.scad
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);
+};