chiark / gitweb /
filament-test
[reprap-play.git] / filament-test.scad
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);