Labels Milestones
BackPeaks on top of the rail + a safety margin // margins from edges h_margin = hole_dist_side*4; v_margin = hole_dist_top*2 + thickness; width_mm = hp_mm(width); // where to put the output jacks output_column = width_mm - h_margin; cv_in = [input_column, row_2, 0]; cv_2b_atten = [right_col, row_6, 0]; audio_in_1 = [left_col, row_3, 0]; manual_2 = [left_col, row_7, 0]; cv_in_1b = [right_col, row_3, 0]; c_tune = [second_col, third_row, 0]; saw_out = [h_margin + working_width/4, row_1, 0]; fm_in = [h_margin+working_width/8, row_4, 0]; pwm_cv_lvl = [width_mm - h_margin - working_width/8, row_3, 0]; manual_2 = [left_col, row_2, 0]; audio_in_2 = [left_col, row_5, 0]; cv_in_2a = [left_col, row_7, 0]; cv_in_1b = [right_col, row_1, 0]; saw_out = [third_col, third_row, 0]; saw_out = [h_margin + working_width/4, row_1, 0]; fm_pot = [input_column - h_margin/2, row_1, 0]; triangle_out = [output_column, row_2, 0]; fm_lvl = [second_col, second_row, 0]; //Third row interface placement.
New Pull Request