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);