From f5df6f77f0b90832a83191f7975ac2b1134769e5 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 23 Dec 2023 17:19:05 +0100 Subject: mech: pcb_case: Fix nut_tolerance_test.scad The holes used to be all the same size. This is clearly a bug since the test's intention is to check different sizes. --- mech/pcb_case/bolt.scad | 2 -- 1 file changed, 2 deletions(-) (limited to 'mech/pcb_case/bolt.scad') diff --git a/mech/pcb_case/bolt.scad b/mech/pcb_case/bolt.scad index 0a2f8a0..4fbd349 100644 --- a/mech/pcb_case/bolt.scad +++ b/mech/pcb_case/bolt.scad @@ -4,5 +4,3 @@ bolt_r = bolt_d / 2; module bolt() { cylinder(d=bolt_d,h=5); // TODO height is not considered at the moment } - -bolt(); -- cgit v1.2.3-70-g09d2