uilleann

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

uilleann / daye / misc
Neale Pickett  ·  2026-03-15

main-stock.scad

1include <BOSL2/std.scad>
2use <stock.scad>
3
4// The important part of this one is the outside diameter
5union() {
6  stock(h=65, id=25, od=33.5);
7  translate([0, 0, 60]) tube(h=15, id=25, od=33.5, rounding2=0.5, anchor=BOTTOM);
8}