diff options
Diffstat (limited to 'mech/pcb_case/nut.scad')
-rw-r--r-- | mech/pcb_case/nut.scad | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mech/pcb_case/nut.scad b/mech/pcb_case/nut.scad index afeb5cb..0768b6a 100644 --- a/mech/pcb_case/nut.scad +++ b/mech/pcb_case/nut.scad @@ -1,6 +1,5 @@ nut_h = 3; nut_d = 4.15; -nut_r = nut_d / 2; nut_d_tol = 0.2; module nut() { |