3
1
Back

Ground to fix tuning range 's notes on repique/caixa, two or three for surdos Add schematic, start on PCB 7f9b624c8e tweaks layout with input from sam tweaks layout with input from sam b0f8ee4ade traces added but maybe won't keep a704d3e530 More traces and vias, and net links Panels/FireballSpellVertSmall.png Normal file Unescape Schematics/SynthMages.pretty/Perfboard_4x12.kicad_mod Normal file Unescape Hardware/Panel/precadsr_panel_al/sym-lib-table Normal file Unescape Hardware/PCB/precadsr/Kosmo_panel.pretty/fastestenv_Panel_Dual_Mounting_Holes.kicad_mod Normal file Unescape Hardware/PCB/precadsr_aux_Gerbers/precadsr-F_Paste.gbr Normal file View File Images/captest.png Normal file View File Schematics/notes.txt Normal file Unescape Hardware/PCB/precadsr/ao_tht.pretty/TerminalBlock_Degson_DG301_1x03_P5.00mm_Vertical.kicad_mod Normal file Unescape Hardware/Panel/precadsr-panel-Gerbers/precadsr-panel-PasteTop.gtp Normal file View File 3D Printing/Pot_Knobs/Pot Knob in Two Parts_sep.stl Executable file View File 3D Printing/Cases/Eurorack Modular Case/EuroRack_Case_End_Female.png Executable file Unescape Hardware/PCB/precadsr/ao_tht.pretty/SolderWirePad_1x01_Drill1mm.kicad_mod Normal file View File SNARE_MANUAL.pdf Normal file Unescape 3D Printing/Pot_Knobs/scaled_french_pot.mix Normal file Unescape # precadsr.sch BOM Various tweaks From c6e6a61475df01d4832847208a59070c5a40c498 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Notes from MK's PCB livestream Notes from debugging Do not assume anything works!** submodules ``` git clone git@gitlab.com:rsholmes/precadsr.git git submodule update ``` ``` git clone git@gitlab.com:rsholmes/precadsr.git git submodule update ``` ``` git clone git@gitlab.com:rsholmes/precadsr.git git submodule init git submodule init git submodule update ``` ``` git clone --recurse-submodules git@github.com:holmesrichards/precadsr.git ``` Schematics/Enlarge/Enlarge.kicad_pcb Normal file Unescape Dual_VCA.diy Normal file Unescape 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*2 - title_font_size; working_increment = working_height / (8+tolerance/3); // generally-useful spacing amount for vertical columns of stuff col_left = thickness + 6 + tolerance; rail_depth = 27.4 + tolerance; // rib + half a jack col_right = width_mm - thickness*2.5 - tolerance*6; out_row_1 = v_margin+12.

New Pull Request