3
1
Back

Columns toward the center center_adjust = 2.5; // margins from edges h_margin = hole_dist_side + thickness; width_mm = hp_mm(width); // where to put the output jacks bottom_row = v_margin + 12; top_row = height - 25; // build up seven rows; middle one unused row_2 = row_1 + v_margin + 12; row_2 = working_increment*1 + row_1; working_increment = working_height / 6; // generally-useful spacing amount for vertical columns of stuff col_left = h_margin; bottom_row = v_margin + 12; row_1 = bottom_row + v_margin + 12; row_1 = vertical_space/7; row_2 = working_increment*1 + row_1.

New Pull Request