mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2026-05-04 03:00:04 -04:00
Update squared_spherical.scad
This commit is contained in:
committed by
GitHub
parent
762e45ba3d
commit
fdce624cb1
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user