uilleann

3d printable Uilleann bagpipes
git clone https://git.woozle.org/neale/uilleann.git

uilleann / daye / chanter.quiet
Neale Pickett  ·  2025-11-28

tonehole.scad

1module tonehole(d=10, depth=20, undercut=0) {
2  rotate([-90+undercut, 0, 0]) translate([0, 0, -d/2]) cylinder(d=d, h=depth);
3}
4
5tonehole(undercut=10);
6