Neale Pickett
·
2025-11-25
bottom.scad
1include <../common.scad>
2use <./chanter.scad>
3
4tenon(top=false) {
5 chanter();
6}
git clone https://git.woozle.org/neale/uilleann.git
1include <../common.scad>
2use <./chanter.scad>
3
4tenon(top=false) {
5 chanter();
6}