Merge pull request #52 from RyanBalfanz/patch-3

Fix typo in comment
This commit is contained in:
Chow Loong Jin 2019-04-04 15:23:32 +08:00 committed by GitHub
commit 618991ad25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(){