Skip to content

Commit 44cecfa

Browse files
committed
increase depth to make sure we have 8 mm (#66)
1 parent 05a7f62 commit 44cecfa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

variables.scad

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ m3_screw_head_diameter = 6; // can have a little clearance
6666
m3_hex_nut_diameter = 6.45; // outer circle, *not* wrench size (S), but `S*2/sqrt(3)`, plus clearance
6767
m3_hex_nut_thickness = 2.5; // found different nut specifications, 2.5 is the maximum thickness I found named
6868
m3_insert_hole_diameter = 4;
69-
m3_insert_hole_depth = 5.75;
70-
m3_insert_cavity_depth = 5.75 - 4.5; // size of cavity on the bottom for displaced plastic
69+
m3_insert_hole_depth = 6.0 ;
70+
m3_insert_cavity_depth = 6.0 - 4.5; // size of cavity on the bottom for displaced plastic
7171
m3_insert_cavity_diameter = m3_insert_hole_diameter + 1;
7272

7373

0 commit comments

Comments
 (0)