Fixed an insignificant typo
This commit is contained in:
parent
8d0d254eb5
commit
3cc3b882ee
|
@ -61,7 +61,7 @@ module egg_outline(width=5, length=7){
|
||||||
union(){
|
union(){
|
||||||
difference(){
|
difference(){
|
||||||
ellipse(width, 2*length-width, center=true);
|
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);
|
circle(r=width/2, center=true);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue