3
1
Back

Plus space between them left_panel_spacing = (left_panel_width) / 2.5; slider_spacing = 12.5; // space between them right_panel_width = width_mm - hole_dist_side, height - v_margin*2 - title_font_size; working_increment = working_height / 5; row_2 = row_1 + v_margin + 12; row_2 = row_1 + vertical_space/7; row_3 = row_2 + vertical_space/7; cv_in_1a = [left_col, row_5, 0]; cv_in_2a = [left_col, row_6, 0]; cv_1b_atten = [right_col, row_3, 0]; pwm_duty = [width_mm - h_margin - working_width/8, row_3, 0]; c_tune = [second_col, first_row, 0]; c_tune = [width_mm/2 - h_margin, top_row, 0]; f_tune = [second_col, third_row, 0]; //Fourth row interface placement f_tune.

New Pull Request