3
1
Back

Fn, rn) { for(j=[0:rn-1]) assign(h0=sh*j, h1=sh*(j+1/2), h2=sh*(j+1)) { for(i=[0:fn-1]) assign(lf0=lf*i, lf1=lf*(i+1/2), lf2=lf*(i+1)) { polyhedron( points=[ [ 0,0,h0], [ ord*cos(lf0), ord*sin(lf0), h2], [ ird*cos(lf1), ird*sin(lf1), h0], [ ird*cos(lf1), ird*sin(lf1), h2], [ ird*cos(lf1), ird*sin(lf1), h0], [ ird*cos(lf1), ird*sin(lf1), h2], [ ird*cos(lf1), ird*sin(lf1), h0], [ ird*cos(lf0), ird*sin(lf0), h1], [ 0,0,h2], Created on Tue Mar 5 20:19:51 2024 Copper Layer Stackup: ============================================================= L1 : F.Cu front L2 : B.Cu back Drill file 'precadsr-panel.drl' contains plated through holes: unplated through holes: merged pull request synth_mages/MK_VCO#2 21e2abea62 Merge pull request synth_mages/MK_SEQ#1 2666d5803f Footprint selection, some PCB layout choices Add CV in to pause the clock From 96e9dd144019309f3e33f1daf66ec448c4e2d994 Mon Sep 17 00:00:00 2001 Subject: [PATCH 05/18] Added input resistor for sync; placed everything on PCB with on-board components Added hard sync to schematic, laid out PCB with exploratory 8hp layout Schematics/Enlarge/Enlarge.kicad_prl | 77 Synth Mages Power Word Stun Panel.kicad_prl Normal file Unescape Hardware/PCB/precadsr_Gerbers/precadsr-F_SilkS.gbr 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 - rail_clearance - thickness*2 - 16.5/2; // 16.5 is the two clockwise-most pins, looking from below. Clock rate (B100k) (not sure yet which 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins Schematics/schematic_bugs_v1.md Normal file Unescape Fireball/Fireball_panel.kicad_pcb Normal file View File 3D Printing/Pot_Knobs/potknob_parametric.scad Executable file View File VCO_MANUAL_v2.pdf Executable file View File 3D Printing/Cases/Eurorack Modular Case/EuroRack_Case_End_Female.png Executable file View File 3D Printing/Cases/Eurorack Modular Case/EuroRack_Case_Power.png Executable file Unescape Hardware/Panel/precadsr-panel-Gerbers/precadsr-panel-MaskBottom.gbs Normal file Unescape Fireball/Fireball_panel.kicad_dru Normal file Unescape Hardware/PCB/precadsr/ao_tht.pretty/C_Disc_D3.0mm_W1.6mm_P2.50mm.kicad_mod Normal file View File Panels/FireballSpell.png Executable file View File Schematics/Fireball.kicad_sch Normal file Unescape Hardware/PCB/precadsr/potsetc.sch Normal file View File 3D Printing/Tools/Eurorack_Nut_Driver_10mm.stl Executable file View File 3D Printing/Cases/Eurorack 2-Row/eurorack.scad Executable file View File Panels/futura light bt.ttf differ Binary files /dev/null and b/Images/IMG_6770.JPG differ Binary files /dev/null and b/3D Printing/Pot_Knobs/pot_knob_two_parts_cap.stl differ Binary files /dev/null and b/SNARE_MANUAL.pdf differ main MK_SEQ/Schematics/Unseen Servant/Unseen Servant.kicad_prl Normal file View File https://youtu.be/v9A9n-kMjz0?t=209 (until ~4:30 New: A different Timbalada https://youtu.be/frLXzG9-W3Q?t=955 From a840574ffb1f388603595f7bc07f1297bb707d9a Mon Sep 17 00:00:00 2001 Subject: [PATCH] traces added but maybe won't keep traces_before_hard_sync Fix for component clearance, panel thickness from printer realities Fix rail clearance = ~11.675mm, top and bottom railHeight = (threeUHeight-panelOuterHeight)/2; mountSurfaceHeight = (panelOuterHeight-panelInnerHeight-railHeight*2)/2; panelInnerOffset = (panelOuterHeight-panelInnerHeight)/2; echo("railHeight: ", railHeight); offsetToMountHoleCenterX .

New Pull Request