make ripple stencil a bit looser
This commit is contained in:
parent
a94511fd6a
commit
bc663dabb6
1 changed files with 3 additions and 3 deletions
|
@ -59,10 +59,10 @@ module ripple_stencil() {
|
||||||
for( z = [0:10] ) {
|
for( z = [0:10] ) {
|
||||||
translate([0,0,z*(LEN-5)/10]) {
|
translate([0,0,z*(LEN-5)/10]) {
|
||||||
hull() {
|
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])
|
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);
|
s0 = 0.6 + (y/24);
|
||||||
s = (s0*s0);
|
s = (s0*s0);
|
||||||
rotate([0, 80-(x*60) * s ,0])
|
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() {
|
difference() {
|
||||||
cylinder(h=h0, d=14*s, $fn=6);
|
cylinder(h=h0, d=14*s, $fn=6);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue