3
1
Back

The centerline of the rail + a safety margin // margins from edges h_margin = hole_dist_side*4; v_margin = hole_dist_top*5; width_mm = 70.8; // 14HP×5.08mm = 71.12; ES for 14HP is 70.8 c_tune = [width_mm/2 + h_margin, top_row, 0]; f_tune = [h_margin+working_width/8, row_3, 0]; right_rib_x = width_mm - h_margin; input_column = h_margin; col_right = width_mm .

New Pull Request