acorn: only render threads if thread_height is nonzero
[clinton/3d-models.git] / etc / tap-handle.scad
CommitLineData
cae0d928
CE
1use <threads.scad>
2
3// pretty sure this is wrong, it definitely doesn't fit a tap handle...
4
5difference () {
6 %cylinder (r=10, h = 40, $fn = 120);
7 translate ([0, 0, -0.5]) english_thread (diameter=3/8, threads_per_inch=16, length=9/8, internal = true);
8}