Fixed an insignificant typo

This commit is contained in:
Elmom 2011-01-08 12:45:14 +02:00
parent 8d0d254eb5
commit 3cc3b882ee

View file

@ -61,7 +61,7 @@ module egg_outline(width=5, length=7){
union(){
difference(){
ellipse(width, 2*length-width, center=true);
translate([0, length/2, 0]) square(length, width, center=true);
translate([0, length/2, 0]) square(length, center=true);
}
circle(r=width/2, center=true);
}