add another cut for more ergonomy

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

View file

@ -33,8 +33,10 @@ module cap() {
} }
module handle_shape(l=0) { module handle_shape(l=0) {
cylinder(h=l, d=DIAM+2*3, $fn=64); //cylinder(h=l, d=DIAM+2*3, $fn=64);
difference()
{
hull() { hull() {
translate([0,0,LEN-50]) translate([0,0,LEN-50])
cylinder(h=30, d=DIAM+2*3+5, $fn=64); cylinder(h=30, d=DIAM+2*3+5, $fn=64);
@ -45,6 +47,11 @@ module handle_shape(l=0) {
translate([30,10,LEN-40]) translate([30,10,LEN-40])
cylinder(d=8, h=40, $fn=64); cylinder(d=8, h=40, $fn=64);
} }
translate([86,0,15])
rotate([80, -15, 25])
cylinder(h=200, d=135, $fn=128, center=true);
}
} }
module ripple_stencil() { module ripple_stencil() {