brk_block_xw = 68.5;
brk_block_z = 14.55 - 0.75;
-brk_bolt_dia = 4.0 + 0.5;
+brk_bolt_dia = 5.0 + 0.5;
brk_nearbolt_recess_dia = 8.86 + 1.5;
brk_nearbolt_recess_depth = 1.09 + 0.25;
-brk_bolt_eff_len = 11.78 - 1.0; // inside of recess, to end of bolt
-brk_bolt_len_slop = 2.0;;
+brk_bolt_eff_len = 11.78; // inside of recess, to end of bolt
+brk_bolt_len_slop = 0.0;
brk_bolt_nut_th = 3.89;
brk_bolt_nut_across_flats = 7.86 + 0.50;
translate([ 0, -2, -4 ])
square(center=true, [ brk_overall_w, 1 ]);
+ color("red")
+ translate([ 0, -brk_nearbolt_recess_depth, -4 ])
+ linextr_y_xz(-brk_bolt_eff_len, 0)
+ circle(r = brk_bolt_dia/2);
+
}
}