3
1
Back

Partial of the rail + a safety margin // margins from edges h_margin = thickness*2; v_margin = hole_dist_top*2; left_rib_x = thickness * 1.2; right_rib_x = width_mm - thickness*2.2; left_rib_x = thickness * 1; //right_rib_x = width_mm - h_margin; out_row_1 = v_margin+12; out_row_2 = working_increment*1 + row_1; working_increment = working_height / (8+tolerance/5); // generally-useful spacing amount for vertical columns of stuff col_left = h_margin; bottom_row = v_margin + 12.

New Pull Request