From f81f0b49ee9717dd8ab4cff833e284c229f08b83 Mon Sep 17 00:00:00 2001 From: Luke Hubmayer-Werner Date: Tue, 4 Feb 2025 17:45:10 +1030 Subject: [PATCH] More tweaking --- CFTubes/common.scad | 16 ---------------- LockingGuitarTuner.scad | 2 +- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/CFTubes/common.scad b/CFTubes/common.scad index 1f5af5d..fc8007b 100644 --- a/CFTubes/common.scad +++ b/CFTubes/common.scad @@ -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) { diff --git a/LockingGuitarTuner.scad b/LockingGuitarTuner.scad index e17da24..e912043 100644 --- a/LockingGuitarTuner.scad +++ b/LockingGuitarTuner.scad @@ -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() {