3
1
Back

30:30%, 40:40%, 50:50%] // Width of "dial" ring (in mm). If you don't want the ring. RingWidth = 0; // [0:No, 1:Yes] ////////////////////////// ////////////////////////// RingThickness = 5*1; DivotDepth = 1.5*1; DistanceBetweenKnurls = 3*1; TimerKnobConst = 1.8*1; ////////////////////////// KnobMinorRadius = KnobDiameter/2 * (1 - TaperPercentage/100); KnobRadius = KnobMinorRadius + (KnobMajorRadius-KnobMinorRadius)/2; Divot=CapType; TaperAngle=asin(KnobHeight / (sqrt(pow(KnobHeight, 2) cube([2, 2, KnobHeight+.001], center=true); if (RingWidth>0 cylinder(r1=KnobMajorRadius + RingWidth, r2=KnobMinorRadius, h=RingThickness, $fn=50, center=true); if (RingMarkings>0 for (i=[0 : Knurls-1] rotate([0, 0, 90 + sphere_indents_offset_angle + ((360 / sphere_indents_count) * z)] sphere(r = sphere_indents_radius, $fn = smooth } module pushbutton_switch_6mm() { From b4b4641770af206fdb9aac874d2d59b9ecc400d1 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Notes from debugging Clock POT is the decade counter expects CLOCK to pass 1/2 of V+ (i.e. 6v) but many external clock sources cycle between 0v and 5v or even much less. - One potentiometer for internal clock rate. One SPDT switch to adjust CV output range, switch between 5v and 2.5v max (or whatever is configured). Momentary-normal-off pushbutton to manually reset. LEDs: One per step, to enable/disable gate per step. (10 One multi-pole rotary switch - number of pins: 10; pin pitch: 7.50mm.

New Pull Request