3
1
Back

Settings ////////////////////////// RingThickness = 5*1; DivotDepth = 1.5*1; DistanceBetweenKnurls = 3*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/CustomizableKnob_spikey_with_divot.stl Executable file View File sr1_full.png Normal file View File Schematics/Unseen Servant/fp-info-cache Normal file Unescape 3D Printing/Pot_Knobs/knurledFinishLib_v2.scad Executable file Unescape D Rotary switch, 4-bit encoding, 16 positions, Real code K rotary hex Complementary D Rotary switch, 4-bit encoding, 10 positions, Gray code K rotary bcd Complementary D Rotary switch, 4-bit encoding, 16 positions, Real code K rotary bcd Real D Rotary switch, 4-bit encoding D Rotary.

New Pull Request