summaryrefslogtreecommitdiff
path: root/mech
diff options
context:
space:
mode:
Diffstat (limited to 'mech')
-rw-r--r--mech/pcb_case/nut.scad2
1 files changed, 1 insertions, 1 deletions
diff --git a/mech/pcb_case/nut.scad b/mech/pcb_case/nut.scad
index b7916d3..afeb5cb 100644
--- a/mech/pcb_case/nut.scad
+++ b/mech/pcb_case/nut.scad
@@ -1,7 +1,7 @@
nut_h = 3;
nut_d = 4.15;
nut_r = nut_d / 2;
-nut_d_tol = 0.5;
+nut_d_tol = 0.2;
module nut() {
cylinder(d=nut_d,h=nut_h);