3
1
Back

Thickness-0.02; // Width of module (HP) width = 17; // [1:1:84] v_margin = hole_dist_top*2 + thickness; width_mm = hp_mm(width); // where to put the output jacks output_column = width_mm - 10 - center_adjust; // build up seven rows; middle one unused row_2 = working_increment*1 + row_1; row_4 = working_increment*3 + row_1; working_increment = working_height / 5; out_row_2 = out_working_increment*1 + out_row_1; out_row_6 = out_working_increment*5 + out_row_1; out_row_4 = working_increment*3 + row_1; row_3 = row_2 + vertical_space/7; row_4 .

New Pull Request