uilleann

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

commit
f5c5523
parent
edbb141
author
Neale Pickett
date
2026-03-16 21:41:02 -0600 MDT
Designed a chanter cap
1 files changed,  +17, -0
A daye/chanter/cap.scad
+17, -0
 1@@ -0,0 +1,17 @@
 2+include <BOSL2/std.scad>
 3+
 4+difference() {
 5+  cyl(h=150, d=20, anchor=BOTTOM) {
 6+    position(TOP) {
 7+      cyl(h=10, d=24);
 8+      down(20) yrot(40) xcyl(h=60, d=12, anchor=LEFT);
 9+    }
10+  }
11+
12+  down(1)
13+  cyl(h=150+1, d=18, anchor=BOTTOM) {
14+    position(TOP) {
15+      down(20) yrot(40) xcyl(h=61, d=10, anchor=LEFT);
16+    }
17+  }
18+}