mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-02-02 05:32:41 +00:00
Update squared_spherical.scad
This commit is contained in:
parent
762e45ba3d
commit
fdce624cb1
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue