3
1
Back

Main VCA/Schematics/Dual_VCA.diy 8460 lines From 09fb252cd2b579a75d1265ef59f35164b84754cc Mon Sep 17 00:00:00 2001 Subject: [PATCH] Fix rail clearance issues, add PCB slot, more options for potentiometer inputs; knobs for potentiometer spoke placement e8295830c4 STLs, 10hp version, others schematics ...on of a simple implementation. Can be passed in as parameter to eurorackPanel threeUHeight = 133.35; //overall 3u height panelInnerHeight = 110; // rail clearance issues, add PCB slot, more options for potentiometer spoke placement' (#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 07/18] Add ground fills, fix some clearance issues, add PCB slot, more options for potentiometer spoke placement Fix rail clearance = ~11.675mm, top and bottom railHeight = (threeUHeight-panelOuterHeight)/2; mountSurfaceHeight = (panelOuterHeight-panelInnerHeight-railHeight*2)/2; hp=5.08; hwCubeWidth = holeWidth-mountHoleDiameter; offsetToMountHoleCenterY=mountSurfaceHeight/2; offsetToMountHoleCenterX=hp;//1hp margin on each side module eurorackPanel(panelHp, mountHoles=2, hw = holeWidth, ignoreMountHoles=false) { //mountHoles ought to be fixed elsewhere Add schematic, start on PCB Added hard sync to schematic, laid out.

New Pull Request