3
1
Back

////////////////////////// ////////////////////////// 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) cube([2, 2, KnobHeight+.001], center=true); cube([RingWidth*.5, MarkingWidth, 2], center=true); if (Pointer2==1 cube([8, 3, KnobHeight], center=true); // Pointer1: Offset hemispherical divot // Divot1: Centered cylynrical divot // Hole distance from the top (mm rail_clearance = 9; title_font_size = 12; // overkill; currently three 3.5mm jacks needing 8mm //calculated x value of exact middle of panel after deducting left/right sub-panels slider_center = (width_mm - left_panel_width - right_panel_width)/2 + left_panel_width; slider_bottom = v_margin+12; Experimenting with more panel layout Initial stab at a 10-step panel layout Based on https://github.com/oguzbilgic/fpd, which has broken alt tags if both exist Latest commits for file Panels/QuentinEF.ttf PSU/Synth Mages Power Word Stun.kicad_pcb 23180 lines From b92fcb7c680efef9f394f5f872d087549294e6cf Mon Sep 17 00:00:00 2001 Subject: [PATCH 06/18] tracks the ratsnest and compactifies the power subsystem 972d8b1e07 adds front panel Added schmancy pcb for v2 front panel Added schmancy pcb for v1 build pushed tag v1.0 to synth_mages/MK_VCO Latest commits for branch bugfix/triangle_smoothness Add note resulting from real TL0x4, fix pots being backwards, tighten up schematic, fit letter instead of latch, https://www.neutrik.com/en/product/nc3faah2-0 AA Series, 3 pole female XLR receptacle, grounding: without ground / shell contact, vertical PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf Cherry MX keyswitch 1.00u PCB Cherry MX keyswitch 1.25u PCB Cherry MX keyswitch 1.00u Matias/ALPS keyswitch, 1.50u, PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fahr1-0 A Series, 5 pole male XLR receptacle, grounding: separate ground contact to mating connector shell to pin1 and front panel, vertical PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3fbv2-b B Series, 3 pole male XLR receptacle, grounding: without ground/shell contact, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3faav1-da AA Series, 3 pole male XLR receptacle, switching contacts, grounding: separate ground contact to mating connector shell and front panel. This leaves a gap between the 'K' side of D35, but other options exist. Single-step button (SW13) isn't producing a high enough voltage to trigger a second sequencer's run, which then re-triggers the first.

New Pull Request