From: Ian Jackson Date: Sun, 9 May 2021 19:39:43 +0000 (+0100) Subject: cable-splice-clamp: Actually round X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=5b8bfaa9d1a3defbd41f000e9bee4c9ec9ca718d;p=reprap-play.git cable-splice-clamp: Actually round Signed-off-by: Ian Jackson --- 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); } }