uilleann

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

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

sander.scad

1include <../common.scad>
2
3difference() {
4  cylinder(d=82, h=80);
5  translate([-50, -80, -1]) cube(100);
6  translate([0, 30, 78]) linear_extrude(2) text("d=82mm", size=4, halign="center");
7  translate([0, 24, 78]) linear_extrude(2) text("reed sanding block", size=4, halign="center");
8}