make holes a bit bigger

This commit is contained in:
Neale Pickett 2022-05-30 18:29:37 -06:00
parent c2b8b96578
commit afe8b66261
1 changed files with 2 additions and 2 deletions

View File

@ -58,10 +58,10 @@ difference() {
translate([0, 0, 9.5]) cube([1, 30, 0.8], center=true);
// 8-32x 1/4 screws
translate([0, 0, 12]) rotate(90, [1, 0, 0]) cylinder(h=30, d=3.8, center=true);
translate([0, 0, 12]) rotate(90, [1, 0, 0]) cylinder(h=30, d=4.0, center=true);
// 3.5mm TRS jack
translate([10, 0, 18]) rotate(90, [0, 1, 0]) cylinder(h=3, d=5.5);
translate([10, 0, 18]) rotate(90, [0, 1, 0]) cylinder(h=3, d=6.0);
// Piezo buzzer
translate([-12, 3.5, 15]) cube([5, 1, 1], center=true);