chiark / gitweb /
filament-test
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 29 Sep 2012 18:26:52 +0000 (19:26 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 29 Sep 2012 18:26:52 +0000 (19:26 +0100)
filament-test.scad [new file with mode: 0644]

diff --git a/filament-test.scad b/filament-test.scad
new file mode 100644 (file)
index 0000000..046fc77
--- /dev/null
@@ -0,0 +1,8 @@
+// -*- C -*-
+translate([3,3,0]) mirror([1,1,0]) cube([15,15,1]);
+
+multmatrix([[  1,      0,      0,      0       ],
+       [       0,      1,      1.0,    0       ],
+       [       0,      0,      1,      0       ],
+       [       0,      0,      0,      1       ]])
+ cylinder(r=6.5/2, h=8);