Thingiverse
Plastic pipe end stop, 22mm pipe
by sgbirch
23
Downloads
17
Likes
0
Makes
Loose fitting end stop for 22mm plastic water pipe. If you want a tight fit modify the following and use OpenSCAD to generate a new STL:
cylinder(h=25,r=11);
difference() {
cylinder(h=15,r=20);
translate([0,0,5]) cylinder(h=20,r=16);
}
cylinder(h=25,r=11);
difference() {
cylinder(h=15,r=20);
translate([0,0,5]) cylinder(h=20,r=16);
}
Sign in to leave a comment
Sign in