Update squared_spherical.scad

This commit is contained in:
Matthew Ebersviller 2021-07-21 11:51:22 -06:00 committed by GitHub
parent 762e45ba3d
commit fdce624cb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ module squared_spherical_dish(width, height, depth, inverted=false) {
// (like -chord) if you want more of a defined circle
// in the keywell
translate([chord/2, chord/2, -depth])
sphere(r=r, $fn=64);
sphere(r=r, $fn=128);
}
}
}
}