From 25b184e25244cf94cbac6a4cea74df31bef740e1 Mon Sep 17 00:00:00 2001 From: Elmom Date: Sat, 8 Jan 2011 12:46:48 +0200 Subject: [PATCH] Added a doc line about the egg_outline module --- shapes.scad | 1 + 1 file changed, 1 insertion(+) diff --git a/shapes.scad b/shapes.scad index 8992543..cb4c6a6 100644 --- a/shapes.scad +++ b/shapes.scad @@ -7,6 +7,7 @@ // 2D Shapes //ellipse(width, height); +//egg_outline(width=5, length=7); // 3D Shapes //box(width, height, depth);