add another cut for more ergonomy
This commit is contained in:
parent
d150fea651
commit
a94511fd6a
1 changed files with 16 additions and 9 deletions
|
@ -33,8 +33,10 @@ module cap() {
|
|||
}
|
||||
|
||||
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() {
|
||||
translate([0,0,LEN-50])
|
||||
cylinder(h=30, d=DIAM+2*3+5, $fn=64);
|
||||
|
@ -45,6 +47,11 @@ module handle_shape(l=0) {
|
|||
translate([30,10,LEN-40])
|
||||
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() {
|
||||
|
|
Loading…
Reference in a new issue