chiark / gitweb /
warptest2 before print
[reprap-play.git] / warptest2.scad
diff --git a/warptest2.scad b/warptest2.scad
new file mode 100644 (file)
index 0000000..d6a11b8
--- /dev/null
@@ -0,0 +1,8 @@
+// -*- C -*-
+rotate([90,0,0])
+linear_extrude(height=50){
+  polygon([[-3/2, 0],
+          [-11/2, 8],
+          [+11/2, 8],
+          [+3/2, 0]]);
+}