3
1
Back

Some or all of the indenting spheres, measured from the top edge radius circle_height = 1; // [0:Flat, 1:Recessed, 2:Dome] // Do you want the hole smaller. HoleFlatThickness = 0; // [0:No, 1:Yes] ////////////////////////// ////////////////////////// RingThickness = 5*1; TimerKnobConst = 1.8*1; ////////////////////////// KnobMinorRadius = 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; DivotRadius = KnobMinorRadius*.4; // Primary knob cylinder for (i=[0 : Knurls-1] rotate([0, 0, 90]) // To align a face with the components I used, I found: \* The Dailywell 3PDT and SPDT toggle switches 74231bd333 Port in fixes from v1.1 74231bd333b049ab7b99365de62d937af76b0e42 Finish.

New Pull Request