3
1
Back

+ (KnobMajorRadius-KnobMinorRadius)/2; KnobCircumference = PI*KnobDiameter; Knurls = round(KnobCircumference/DistanceBetweenKnurls); Divot=CapType; TaperAngle=asin(KnobHeight / (sqrt(pow(KnobHeight, 2) pow(KnobMajorRadius-KnobMinorRadius,2)))) - 90; hole_bottom = hole_top - 89.75; hole_right = hole_left + 78.5; footprint "eurorack_rail_hole" (version 20221018) (generator pcbnew From 9e737342d7e56a91174c28b715d1c4beaf83a3b9 Mon Sep 17 00:00:00 2001 Subject: [PATCH 09/13] Notes from debugging Notes from MK's PCB livestream - avoid non-circular holes in footprints whenever possible; some fabs charge more for ovals - make power connection traces larger; MK uses a ground plane Latest commits for file Examples/EG_MANUAL.pdf schematic start, and some example modules a840574ffb AD&D 1e MM, PHB, and DMG used Futura.

New Pull Request