3
1
Back

Left and right columns toward the center center_adjust = 2.5; //mm first_col = 10.1+center_adjust; //mm second_col = width_mm/2; row_1 = v_margin+12; out_row_2 = working_increment*1 + row_1; row_3 = working_increment*2 + row_1; row_4 = row_3 + vertical_space/7; row_5 = row_4 + vertical_space/7; cv_in_1a = [left_col, row_1, 0]; fm_pot = [input_column - h_margin/2, row_1, 0]; square_out = [output_column, bottom_row, 0]; cv_in = [h_margin, row_1, 0]; audio_out_2 = [right_col, row_5, 0]; cv_in_2a .

New Pull Request