3
1
Back

Update Change op amp, dims to user drawings Add comments and graphics symbols to schematics Merge pull request 'pcb_finalization' (#1) from pcb_finalization into main Reviewed-on: https://gitea.circuitlocution.com/synth_mages/MK_VCO/pulls/3 Merge pull request 'pcb_finalization' (#1) from bugfix/10hp into main Reviewed-on: https://gitea.circuitlocution.com/synth_mages/MK_VCO/pulls/2 From 972d8b1e0797912e848110b19e1af10ed411bbbb Mon Sep 17 00:00:00 2001 Subject: [PATCH 05/18] Added input resistor for sync; placed everything on PCB sandwich, making some final-ish decisions about connecting to front panel design and includes 2.5mm centerward shift for input and output jacks working_height = height - v_margin - title_font_size*2; saw_out = [third_col, fourth_row, 0]; pwm_cv_lvl = [width_mm - h_margin - working_width/8, row_3, 0]; manual_2 = [left_col, row_6, 0]; cv_1b_atten = [right_col, row_3, 0]; manual_2 = [left_col, row_5, 0]; audio_out_1 = [right_col, row_2, 0]; fm_in = [h_margin+working_width/8, row_3, 0]; manual_2 = [left_col, row_3, 0]; pwm_duty = [second_col, first_row, 0]; //Second row interface placement f_tune = [h_margin+working_width/8, row_3, 0]; pwm_duty = [width_mm - h_margin - working_width/8, row_4, 0]; left_rib_x = thickness + 6 + tolerance; extra_depth = 75 + tolerance; // left_rib_x = thickness * 1; //right_rib_x = width_mm - thickness*2; // How much horizontal space needed for left-hand and right-hand sub-panels left_panel_width = 12*3 + tolerance*2; //three knobs plus space between them right_panel_width = width_mm - thickness*2.2; left_rib_x = thickness * 1.2; right_rib_x = width_mm - h_margin; input_column = h_margin; working_height = height - v_margin - title_font; saw_out = [output_column, bottom_row, 0]; pwm_pot = [input_column - h_margin/2, bottom_row, 0]; cv_in = [input_column, row_2, 0]; cv_2b_atten = [right_col, row_7, 0]; manual_1 = [left_col, row_7, 0]; audio_out_1 = [right_col, row_7, 0]; manual_1 = [left_col, row_6, 0]; audio_in_1 = [left_col, row_3, 0]; pwm_duty = [input_column, bottom_row, 0]; fm_in = [first_col, fifth_row, 0]; //left_rib_x = thickness * 1; //right_rib_x = width_mm - thickness*2.2; // testing futura vs quentincaps in F6 rendering //font_for_title = default_label_font; title_font_size = 9; // mm from very top/bottom edge and where it is safe to put reinforcing walls; i.e. The thickness of the contents of the hole in case of crashes Fix getting a bunch of wires backwards Fix floating pin for op amp 54f1a61ba5 gets jiggy with PCB locator, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator Soldered wire connection, for 4 times 1 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator Molex Molex 1.00mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-3391, 33 Circuits (http://www.molex.com/pdm_docs/sd/5022441530_sd.pdf.

New Pull Request