From 469554b15dfb0ea23ba7f29f7067cc04a81c259a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 14 Oct 2012 20:27:42 +0100 Subject: [PATCH] warptest2 before print --- warptest2.scad | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 warptest2.scad diff --git a/warptest2.scad b/warptest2.scad new file mode 100644 index 0000000..d6a11b8 --- /dev/null +++ b/warptest2.scad @@ -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]]); +} -- 2.30.2