Smaller audio jack hole

This commit is contained in:
Neale Pickett 2022-05-29 20:47:46 -06:00
parent b67252e994
commit bf1e62ec0e
2 changed files with 5 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
build/
case/adapter-case.stl

View File

@ -35,8 +35,9 @@ difference() {
translate([10, 0, 9]) cube([10, 18.36, 6], center=true);
translate([0, -9, 12]) rotate(90, [1, 0, 0]) tap("M4", turns=10);
translate([0, 12, 12]) rotate(90, [1, 0, 0]) tap("M4", turns=10);
translate([0, 0, 9.5]) rotate(90, [1, 0, 0]) cylinder(h=30, d=0.8, center=true);
translate([0, -9, 12]) rotate(90, [1, 0, 0]) tap("M4", turns=3);
translate([0, 11, 12]) rotate(90, [1, 0, 0]) tap("M4", turns=3);
translate([0, 0, 18]) rotate(90, [0, 1, 0]) tap("M8", turns=10); //cylinder(h=50, r=4);
translate([11, 0, 18]) rotate(90, [0, 1, 0]) tap("M6", turns=3); //cylinder(h=50, r=4);
}