More locking guitar tuner cutout tweaks

This commit is contained in:
Luke Hubmayer-Werner 2025-02-04 16:19:26 +10:30
parent e98868aecc
commit 2fddff7024
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,7 @@ module LockingGuitarTuner(holes=0) {
}
rotate([0, 0, 45]) translate([0,0,h-h2]) hull() {
cylinder(h=h2, d=d_post_cutout + tolerance);
translate([0, 10.5]) cylinder(h=h2, d=screw_diameter+2 + tolerance);
translate([0, 10.5]) cylinder(h=h2, d=screw_diameter+2.7 + tolerance);
}
}
module Holes() {
@ -65,6 +65,7 @@ module LockingGuitarTuner(holes=0) {
t = t_base + holes;
Holes();
translate([0, 0, -t]) tuner_footprint_extrude(h=t, tolerance=0.5);
translate([0, 0, -t]) cylinder(h=holes+0.5, d=16+1.5); // Locking thumbscrew
translate([w_tag/2, -l_tag+8-tolerance/2, -t]) cube([24, 8+tolerance, t]);
} else {
TunerPreview();