chiark / gitweb /
warptest2 before print
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 14 Oct 2012 19:27:42 +0000 (20:27 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 14 Oct 2012 19:27:42 +0000 (20:27 +0100)
warptest2.scad [new file with mode: 0644]

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]]);
+}