3
1
Back

Jacks row_2 = row_1 + v_margin + 12; row_1 = vertical_space/7; row_2 = row_1 + v_margin + 12; //knob_radius top_row = height - v_margin; working_increment = working_height / 7; // generally-useful spacing amount for vertical columns of stuff col_left = thickness * 2; right_rib_x = width_mm - h_margin; input_column = h_margin; working_height = height - v_margin - title_font_size*1.5; saw_out = [third_col, third_row, 0]; saw_out = [output_column, row_1, 0]; fm_pot = [input_column - h_margin/2, row_1, 0]; square_out = [output_column, row_1, 0]; square_out = [output_column, row_2, 0]; audio_in_2 = [left_col, row_1, 0]; fm_pot = [input_column + h_margin/2, bottom_row, 0]; c_tune = [second_col, fourth_row, 0]; triangle_out = [third_col, third_row, 0]; fm_lvl = [h_margin+working_width/8, row_2, 0]; audio_in_2 = [left_col, row_7, 0]; cv_in_1b = [right_col, row_1, 0]; fm_pot = [input_column + h_margin/2, row_1, 0]; fm_pot = [input_column - h_margin/2, bottom_row, 0]; c_tune = [second_col, fourth_row, 0]; //Fifth row interface placement f_tune = [h_margin+working_width/8, row_4, 0]; pwm_cv_lvl = [second_col, fourth_row, 0]; triangle_out = [width_mm-h_margin-working_width/4, row_1, 0]; audio_out_2 = [right_col, row_1, 0]; triangle_out = [third_col, fifth_row, 0]; //right_rib_x = width_mm - col_right + tolerance*4; //three knobs plus space between them.

New Pull Request