3
1
Back

EurorackPanel threeUHeight = 133.35; // overall 3u height panelOuterHeight =128.5; panelInnerHeight = 110; //rail clearance = ~11.675mm, top and bottom railHeight = (threeUHeight-panelOuterHeight)/2; mountSurfaceHeight = (panelOuterHeight-panelInnerHeight-railHeight*2)/2; hp=5.08; mountHoleDiameter = 3.2; mountHoleRad =mountHoleDiameter/2; hwCubeWidth = holeWidth-mountHoleDiameter; offsetToMountHoleCenterY=mountSurfaceHeight/2; offsetToMountHoleCenterX=hp;//1hp margin on each side echo(offsetToMountHoleCenterY); echo(offsetToMountHoleCenterX); module eurorackPanel(panelHp, jackHoles, mountHoles=2, hw = holeWidth, ignoreMountHoles=false) .

New Pull Request