From 4c112e992525cd857814dccd1e8c73243a3ffac8 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Sun, 25 Sep 2022 17:19:36 -0600 Subject: [PATCH] Rounder tabs --- headrest-button.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headrest-button.scad b/headrest-button.scad index c3efe40..c7ea16a 100644 --- a/headrest-button.scad +++ b/headrest-button.scad @@ -51,7 +51,7 @@ rotate(180, [1, 0, 0]) { } // A little curvature on outside where you press the button resize([button_od*.75, button_od*.75, button_curvature_depth+3]) { - sphere(r=10, , $fn=360); + sphere(r=10, , $fn=90); } }