3
1
Back

E97ef3972850f598b56fc0365b7ac9a8c525cde5 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Update readme Potentiometers: One potentiometer per step, to indicate direction? Pointer2 = 1; // [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; KnobCircumference = PI*KnobDiameter; Knurls = round(KnobCircumference/DistanceBetweenKnurls); Divot=CapType; TaperAngle=asin(KnobHeight / (sqrt(pow(KnobHeight, 2) pow(KnobMajorRadius-KnobMinorRadius,2)))) - 90; hole_right = hole_left + 78.5; // Step count (sw11 // step rotary switch - number of pins: 15; pin pitch: 3.81mm; Angled; threaded flange || order number: 1924279 16A (HC Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-3.5; number of pins: 03; pin pitch: 5.08mm; Angled || order number: 1924541 16A (HC Generic Phoenix Contact connector footprint for: GMSTB_2,5/9-GF-7,62; number of pins: 08; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1923953 16A (HC Generic Phoenix Contact connector footprint for: MCV_1,5/14-G-3.5; number of pins.

New Pull Request