Labels Milestones
BackFile .gitattributes From 9f0e0a275be19d54acb7a510415f15c04cb49983 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Add schematic, start on PCB Checkpoint after re-centering sliders, before removing redundant LED resistors Checkpoint after tweaking footprints some more, starting over at 14hp PCB initial layout, no traces One SPST switch to disable clock (pause). - SPST switch per step, to indicate direction? Pointer2 = 1; // [0:No, 1:Yes] ////////////////////////// ////////////////////////// RingThickness = 5*1; TimerKnobConst = 1.8*1; PI=3.14159265*1; KnobMajorRadius = KnobDiameter/2; KnobMinorRadius = KnobDiameter/2 * (1 - TaperPercentage/100); KnobRadius = KnobMinorRadius + (KnobMajorRadius-KnobMinorRadius)/2; Divot=CapType; TaperAngle=asin(KnobHeight / (sqrt(pow(KnobHeight, 2) pow(KnobMajorRadius-KnobMinorRadius,2)))) - 90; if (NotchedShaft==1) { cube([HoleDiameter/2, ShaftDiameter*2, ShaftLength], center=true); } 3D Printing/Pot_Knobs/10mm_potentiometer_tool.stl Executable file View File 3D Printing/Pot_Knobs/FS_PotiKnob_d6D14h9.stl Executable file View.
New Pull Request