From bc663dabb66bf7cc904a62b11d8bff27d8ee1bad Mon Sep 17 00:00:00 2001 From: Michael Sippel Date: Mon, 7 Oct 2024 21:52:17 +0200 Subject: [PATCH] make ripple stencil a bit looser --- handlebar_grip.scad | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/handlebar_grip.scad b/handlebar_grip.scad index 9ea004d..e384dbf 100644 --- a/handlebar_grip.scad +++ b/handlebar_grip.scad @@ -59,10 +59,10 @@ module ripple_stencil() { for( z = [0:10] ) { translate([0,0,z*(LEN-5)/10]) { hull() { - cylinder(h=0.1, d=DIAM+1, $fn=64); + cylinder(h=0.1, d=DIAM+1.4, $fn=64); translate([0,0,(LEN-5)/10]) - cylinder(h=0.1, d=DIAM-1, $fn=64); + cylinder(h=0.1, d=DIAM-0.4, $fn=64); } } } @@ -97,7 +97,7 @@ for( y = [0:10] ) { s0 = 0.6 + (y/24); s = (s0*s0); rotate([0, 80-(x*60) * s ,0]) - translate([0,(x%2)*7+y*13, DIAM/2+0.5]) + translate([0,(x%2)*7+y*13, DIAM/2+0.7]) difference() { cylinder(h=h0, d=14*s, $fn=6);