From 70ec2ce406e46116602380a1c93885a76b50c33e Mon Sep 17 00:00:00 2001 From: Ryan Balfanz Date: Wed, 3 Apr 2019 21:12:39 -0700 Subject: [PATCH] Fix typo in comment --- regular_shapes.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regular_shapes.scad b/regular_shapes.scad index 5562850..2c54efd 100644 --- a/regular_shapes.scad +++ b/regular_shapes.scad @@ -99,7 +99,7 @@ module ellipse(width, height) { scale([1, height/width, 1]) circle(r=width/2); } -// The ratio of lenght and width is about 1.39 for a real egg +// The ratio of length and width is about 1.39 for a real egg module egg_outline(width, length){ translate([0, width/2, 0]) union(){ rotate([0, 0, 180]) difference(){