3
1
Back

From 76dd29636a4f24671e78194743554d11ed4d24e9 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Add kicad schematic, some diylc noodling Initial stab at a 10-step panel layout ideas left_rib_x = thickness * 1; right_rib_x = width_mm - thickness*2; left_rib_x = thickness + 6 + tolerance; rotate_vector_cos = 0.94; // 'x' of 20 degree rotation rotate_vector_sin = 0.34; // 'y' of rotation left_edge = -rotate_vector_sin * rail_depth; right_edge = height - v_margin; working_increment = working_height / (8+tolerance/5); // generally-useful spacing amount for vertical columns of stuff col_left = h_margin; bottom_row = v_margin + 12; row_1 = bottom_row + v_margin + 12; row_1 = vertical_space/7; row_2 = row_1 + vertical_space/7; row_3 = row_2 + vertical_space/7; row_7 = row_6 + vertical_space/7; cv_in_1a = [left_col, row_7, 0]; cv_in_1b = [right_col, row_6, 0]; cv_1b_atten = [right_col, row_5, 0]; cv_in_2a = [left_col, row_6, 0]; audio_in_1 = [left_col, row_5, 0]; audio_out_1 = [right_col, row_5, 0]; audio_out_1 = [right_col, row_2, 0]; audio_in_2 = [left_col, row_1, 0]; audio_out_2 = [right_col, row_1, 0]; fm_in = [h_margin+working_width/8, row_3, 0]; manual_2 = [left_col, row_6, 0]; cv_1b_atten = [right_col, row_1, 0]; fm_pot = [input_column + h_margin/2, row_1, 0]; pwm_in = [input_column - h_margin/2, bottom_row, 0]; c_tune = [width_mm/2 - h_margin, top_row, 0]; f_tune = [width_mm/2 + h_margin, top_row, 0]; left_rib_x = 0; right_rib_x = width_mm - h_margin; col_left = thickness * 2; right_rib_x = width_mm - 9.5/2 - right_rib_thickness - tolerance; // rib + half a jack col_right = width_mm - right_rib_thickness; // projection: make a 2d.

New Pull Request