3
1
Back

Main From 5209c5fd76f5cb84bb09be3d7c836a3c6a5d5355 Mon Sep 17 00:00:00 2001 Subject: [PATCH] adds front panel design and includes 2.5mm centerward shift for input and output jacks triangle_out = [output_column, row_2, 0]; fm_lvl = [h_margin+working_width/8, row_3, 0]; cv_in_2b = [right_col, row_2, 0]; pwm_in = [first_col, third_row, 0]; saw_out = [output_column, row_2, 0]; fm_in = [input_column + h_margin/2, bottom_row, 0]; pwm_pot = [input_column + h_margin/2, row_1, 0]; saw_out = [h_margin + working_width/4, row_1, 0]; audio_out_2 = [right_col, row_3, 0]; cv_in_2b = [right_col, row_1, 0]; pwm_in = [first_col, third_row, 0]; //Fourth row interface placement fm_in = [input_column + h_margin/2, bottom_row, 0]; cv_in = [input_column, bottom_row, 0]; pwm_pot = [input_column + h_margin/2, bottom_row, 0]; fm_in = [input_column - h_margin/2, bottom_row, 0]; c_tune = [width_mm/2, top_row, 0]; left_rib_x = hole_dist_side + thickness; right_rib_x = width_mm - col_right; // column from edge plus hole radius // mounting holes 25mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 37-pin D-Sub connector straight vertical THT male pitch 2.29x1.98mm mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf.

New Pull Request