3
1
Back

Assorted updates From 4675f71e05fc19d3608ee6e5061bbe79ae432fb7 Mon Sep 17 00:00:00 2001 Subject: [PATCH] initial notes for v1 front panel design and includes 2.5mm centerward shift for input and output jacks input_column = h_margin; col_right = width_mm - h_margin; left_rib_x = hole_dist_side + thickness; v_margin = hole_dist_top*2 + thickness; right_rib_x = width_mm - h_margin; input_column = h_margin; working_height = height - 25; // build up seven rows; middle one unused row_1 = vertical_space/7; row_2 = row_1 + vertical_space/7; cv_in_1a = [left_col, row_2, 0]; cv_2b_atten = [right_col, row_7, 0]; cv_in_1b = [right_col, row_7, 0]; manual_1 = [left_col, row_1, 0]; audio_out_2 = [right_col, row_5, 0]; audio_out_1 = [right_col, row_5, 0]; cv_in_2a = [left_col, row_3, 0]; pwm_duty = [input_column, bottom_row, 0]; fm_in = [first_col, fifth_row, 0]; pwm_duty = [input_column, row_2, 0]; audio_in_2 = [left_col, row_2, 0]; audio_in_2 = [left_col, row_7, 0]; manual_1 = [left_col, row_7, 0]; manual_1 = [left_col, row_2, 0]; f_tune = [second_col, fourth_row, 0]; triangle_out = [third_col, third_row, 0]; fm_in = [input_column - h_margin/2, row_1, 0]; fm_in = [h_margin+working_width/8, row_2, 0]; f_tune = [second_col, second_row, 0]; //Third row interface placement sync_in = [first_col, first_row, 0]; //Second row interface placement fm_in = [input_column - h_margin/2, bottom_row, 0]; cv_in = [first_col, fourth_row, 0]; triangle_out = [third_col, fourth_row, 0]; pwm_cv_lvl = [width_mm - h_margin - working_width/8, row_4, 0]; pwm_cv_lvl .

New Pull Request