From 5b8bfaa9d1a3defbd41f000e9bee4c9ec9ca718d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 9 May 2021 20:39:43 +0100 Subject: [PATCH] cable-splice-clamp: Actually round Signed-off-by: Ian Jackson --- cable-splice-clamp.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cable-splice-clamp.scad b/cable-splice-clamp.scad index f71c848..2b457ec 100644 --- a/cable-splice-clamp.scad +++ b/cable-splice-clamp.scad @@ -76,7 +76,7 @@ module CrossSectionHalf(plus=0) { [basew + plus, top], [-0.1, top]]); translate([0, -d_OC_r * r0]) - circle(r = r0); + circle(r = r0, $fn=20); } } -- 2.30.2