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}
git clone https://git.woozle.org/neale/uilleann.git
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}