3
1
Back

= KnobDiameter/2 * (1 - TaperPercentage/100); KnobRadius = KnobMinorRadius + (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 - 90; if (NotchedShaft==1) { cube([HoleDiameter/2, ShaftDiameter*2, ShaftLength], center=true); } 3D Printing/Pot_Knobs/pot_knob-6mm-big.stl Executable file View File 3D Printing/Cases/Eurorack Modular Case/EuroRack_Case_End_Female.png Executable file View File Hardware/PCB/precadsr/precadsr.net Normal file Unescape Hardware/PCB/precadsr_Gerbers/precadsr-F_Paste.gbr Normal file Unescape Hardware/Panel/precadsr_panel_al_Gerbers/precadsr_panel_al-F_SilkS.gbr Normal file View File Panels/title_test_22.stl Normal file View File 3D Printing/Pot_Knobs/repere_v3.stl Normal file Unescape Hardware/PCB/precadsr/ao_tht.pretty/CP_Radial_D6.3mm_P2.50mm.kicad_mod Normal file Unescape From d433f7c09a85cc6fc15536169665e257a929b9f6 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Initial commit Dual VCA, based roughly on Moritz Klein's schematic, with features added from Skull and Circuit's VCA v1.3. D952ec97f3 Go to file.

New Pull Request