More tweaking

This commit is contained in:
Luke Hubmayer-Werner 2025-02-04 17:45:10 +10:30
parent 2fddff7024
commit f81f0b49ee
2 changed files with 1 additions and 17 deletions

View File

@ -129,22 +129,6 @@ module CFSquareCutout2(v, block_y0, block_y1, tolerance = CF_Square_Width_tolera
translate([v[0], block_y1-hull_epsilon-taper_length, v[2]])
cube([w, hull_epsilon*2, w], center=true);
}
// if (taper_x1) {
// hull() {
// translate([0, x1, 0])
// cube([w*taper_mul, hull_epsilon, w*taper_mul], center=true);
// translate([0, x1+(taper_length*taper_direction), 0])
// cube([w, hull_epsilon, w], center=true);
// }
// }
// if (taper_x2){
// hull() {
// translate([0, x2, 0])
// cube([w*taper_mul, hull_epsilon, w*taper_mul], center=true);
// translate([0, x2-(taper_length*taper_direction), 0])
// cube([w, hull_epsilon, w], center=true);
// }
// }
}
module TrussRod(length = 630, tolerance = 0, taper_l = 1.5, taper_extra = 1.0, taper_points=[], extra=false) {

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.7 + tolerance);
translate([0, 11.25]) cylinder(h=h2, d=screw_diameter+2.7 + tolerance);
}
}
module Holes() {