From b77b415524cb916f64aaa73bed2cb7e9fb2fc477 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 31 Jul 2012 22:29:35 +0100 Subject: [PATCH] before THE HOLLOWING woooooo --- biscuits.scad | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 biscuits.scad diff --git a/biscuits.scad b/biscuits.scad new file mode 100644 index 0000000..229e377 --- /dev/null +++ b/biscuits.scad @@ -0,0 +1,12 @@ +rad=30; +hbase=28; +voff=10; +height=70; + + +module flatsolid() { + circle(r=rad); + polygon(points=[[-hbase,voff],[hbase,voff],[0,height]]); +} + +flatsolid(); -- 2.30.2