3
1
Back

= bottom_row + v_margin + 12; row_1 = bottom_row + v_margin + 12; row_2 = working_increment*1 + row_1; row_3 = row_2 + vertical_space/7; row_7 = row_6 + vertical_space/7; row_4 = row_3 + vertical_space/7; row_5 = row_4 + vertical_space/7; cv_in_1a = [left_col, row_3, 0]; pwm_duty = [input_column, bottom_row, 0]; cv_in = [input_column, bottom_row, 0]; pwm_pot = [input_column - h_margin/2, row_1, 0]; triangle_out = [third_col, third_row, 0]; //Fourth row interface placement square_out = [third_col, fourth_row, 0.

New Pull Request