make ripple stencil a bit looser

This commit is contained in:
Michael Sippel 2024-10-07 21:52:17 +02:00
parent a94511fd6a
commit bc663dabb6
Signed by: senvas
GPG key ID: F96CF119C34B64A6

View file

@ -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);