3
1
Back

[0:0%, 10:10%, 20:20%, 30:30%, 40:40%, 50:50%] // Width of module (HP) width = 36; // [1:1:84] square_out = [third_col, third_row, 0]; //Fourth row interface placement fm_in = [first_col, fourth_row, 0]; //Fifth row interface placement f_tune = [second_col, third_row, 0]; saw_out = [output_column, row_2, 0]; square_out = [output_column, bottom_row, 0]; pwm_pot = [input_column + h_margin/2, row_1, 0]; fm_pot = [input_column + h_margin/2, row_1, 0]; fm_in = [input_column - h_margin/2, bottom_row, 0]; pwm_pot = [input_column + h_margin/2, bottom_row, 0]; c_tune = [second_col, third_row, 0]; //Fourth row interface placement.

New Pull Request