3
1
Back

Build up seven rows; middle one unused row_1 = bottom_row + v_margin + 12; row_1 = v_margin+12; out_row_2 = working_increment*1 + row_1; working_increment = working_height / (8+tolerance/3); // generally-useful spacing amount for vertical columns of stuff working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing amount for vertical columns of stuff col_left = thickness + 6 + tolerance; // rib + half a jack col_right = width_mm - h_margin; input_column = h_margin; col_right = width_mm - thickness*2; slider_center.

New Pull Request