3
1
Back

'README.md' Update current state of project. 9db3fb2a68 Add cascading input and output jacks input_column = h_margin; bottom_row = v_margin + 12; row_2 = working_increment*1 + row_1; row_4 = working_increment*3 + row_1; row_5 = row_4 + vertical_space/7; row_7 = row_6 + vertical_space/7; row_3 = row_2 + vertical_space/7; cv_in_1a = [left_col, row_7, 0]; audio_out_1 = [right_col, row_1, 0]; pwm_in = [width_mm - h_margin - working_width/8, row_4, 0]; pwm_cv_lvl = [second_col, second_row, 0]; //Third row interface placement pwm_in = [input_column + h_margin/2, bottom_row, 0]; cv_in = [input_column, bottom_row, 0]; cv_in = [h_margin, row_1, 0]; right_rib_x = width_mm - hole_dist_side, height - v_margin.

New Pull Request