From fdce624cb111383209a0afe0b1e4cd4abfdae174 Mon Sep 17 00:00:00 2001 From: Matthew Ebersviller Date: Wed, 21 Jul 2021 11:51:22 -0600 Subject: [PATCH] Update squared_spherical.scad --- src/dishes/squared_spherical.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dishes/squared_spherical.scad b/src/dishes/squared_spherical.scad index 30859b1..68a5d04 100644 --- a/src/dishes/squared_spherical.scad +++ b/src/dishes/squared_spherical.scad @@ -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); } } -} \ No newline at end of file +}