changed r_f1 to 0.6
This commit is contained in:
parent
4bb537e812
commit
2e19737e36
2 changed files with 2 additions and 2 deletions
|
@ -190,7 +190,7 @@ module block_cutter(x,y,w,h,t,s) {
|
|||
|
||||
v_len_tab = d_tabh;
|
||||
v_len_lip = d_wall2-d_wall+1.2;
|
||||
v_cut_tab = d_tabh - (4*r_f1)/tan(a_tab);
|
||||
v_cut_tab = d_tabh - (2*r_f1)/tan(a_tab);
|
||||
v_cut_lip = d_wall2-d_wall-d_clear;
|
||||
v_ang_tab = a_tab;
|
||||
v_ang_lip = 45;
|
||||
|
|
|
@ -64,7 +64,7 @@ r_hole2 = 3.25; // magnet hole radius
|
|||
d_hole = 26; // center-to-center distance between holes
|
||||
h_hole = 2.4; // magnet hole depth
|
||||
|
||||
r_f1 = 0.3; // top edge fillet radius
|
||||
r_f1 = 0.6; // top edge fillet radius
|
||||
r_f2 = 2.8; // internal fillet radius
|
||||
|
||||
d_div = 1.2; // width of divider between compartments
|
||||
|
|
Loading…
Reference in a new issue