chiark / gitweb /
sewing-table: Add small gaps to Demos
[reprap-play.git] / warptest2.scad
1 // -*- C -*-
2 rotate([90,0,0])
3 linear_extrude(height=50){
4   polygon([[-3/2, 0],
5            [-11/2, 8],
6            [+11/2, 8],
7            [+3/2, 0]]);
8 }