ratchet_handle_grip_end_x = 63.1 + 0.5; // far end of handle
ratchet_handle_grip_end_h = 23.5; // height of handle at far end (width l.d.)
// many other parameters hardcoded in RatchetHandlePositive
+ratchet_handle_shaft_main_d = 10.0;
bit_pitch_x = 25.4 * 2 / 5;
bit_pitch_y = 25.4 * 3 / 4;
circle(r = 19.0/2);
// shaft
- linextr_x_yz(head_xmid, 1)
- circle(r = 10.0 /2);
+ union(){
+ // main part of shaft
+ linextr_x_yz(head_xmid, 1)
+ circle(r = ratchet_handle_shaft_main_d /2);
+ }
// head (and ratchet control switch)
intersection(){