3
1
Back

Both A1M (x3) and B10K (x1) sliders in the output jacks working_height = height - v_margin*2 - title_font_size; working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing amount for vertical columns of stuff working_height = height - 25; // build up seven rows; middle one unused row_2 = row_1 + vertical_space/7; row_6 = row_5 + vertical_space/7; row_6 = row_5 + vertical_space/7; row_4 = working_increment*3 + row_1; row_3 = row_2 + vertical_space/7; row_3 = row_2 + vertical_space/7; row_7 = row_6 + vertical_space/7; row_7 = row_6 .

New Pull Request