Add HP70 cutting jig

This commit is contained in:
Lauri Võsandi 2021-07-17 09:49:47 +03:00
parent d8b3ff980b
commit ed8a398007
1 changed files with 9 additions and 0 deletions

9
hp70-jig.scad Normal file
View File

@ -0,0 +1,9 @@
/**
* 3D printable jig for cutting HP70 bass reflex tube at right angle on sawbench
*/
difference() {
translate([-40,-60,0]) cube([80, 60, 85]);
cylinder(d1=66, d2=70, h=85, $fn=100);
translate([-35,-55,0]) cube([70, 15, 85]);
}