From 3cae9130dfd27f5a18938afd19a8ab91202ea75f Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 2 Jan 2024 15:13:07 +0100 Subject: mech: pcb_case: Fix bug in tolerance_tests.scad Without the bolt_ds_tol the drilling is too tight to be used for tolerance testing without drilling manually. --- mech/pcb_case/tolerance_tests.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mech') diff --git a/mech/pcb_case/tolerance_tests.scad b/mech/pcb_case/tolerance_tests.scad index 93c13f4..536c00b 100644 --- a/mech/pcb_case/tolerance_tests.scad +++ b/mech/pcb_case/tolerance_tests.scad @@ -34,7 +34,7 @@ module nut_drilling() { cube([5*nut_d, 5*nut_d, 2*nut_h]); translate([2.5*nut_d,2.5*nut_d,0]) { union() { - cylinder(d=bolt_ds,h=2*nut_h,$fn=50); + cylinder(d=bolt_ds+bolt_ds_tol,h=2*nut_h,$fn=50); translate([0,0,nut_h]) cylinder(d=tol+nut_d,h=nut_h,$fn=50); } -- cgit v1.2.3-70-g09d2