3
1
Back

With corner pads and trace routing to de-bodge the pots. From dd8fda85b17279e6d8dbcb525c226736e6399cf9 Mon Sep 17 00:00:00 2001 Subject: [PATCH 10/13] glide fix - Single-step button (SW13) isn't producing a high enough voltage to another voltage. Useful here for pitching up from a base. UI: 11 potentiometers 13 SPDT switches: // 1 for manual reset (sw16 // clock in (j2/j11) // casc out (j14/j15) // reset/casc in (j1/j13) // gate out // cv out (j7/j6 // pause cv in (j18/j19 // 1 for 5v / 2.5v output mode (sw12) // 1 for once/cont (sw15 // 2 NO Moment switches: // 10 LEDs - one per step // 1 to set output voltages. (10) - One idea: add a voltage to trigger a second sequencer's run, which then re-triggers the first. More feature ideas: Trigger out - GATE out - could be other values, ceramic may work, test debouncing. Maybe enlarge footprint if needed. Subject: [PATCH 10/18] More tweaks after pro review Apply jlcpcb's design rules, small fixes for those Apply jlcpcb's design rules, small fixes for those 7022ad9ddb couple more GND-stitch vias eb8580ef62 Undo converting GND to GND_JMP and fix everything that broke created pull request 'new_footprints' (#5) from new_footprints into main 26b0f01955 Fix for component clearance, panel thickness from printer Binary files a/Schematics/Fireball_VCO.pdf and b/Schematics/Fireball_VCO.pdf differ main MK_VCO/Fireball/Fireball.kicad_pcb 35767 lines da12ac6a39 Delete '3D Printing/AD&D 1e spell names in Filmoscope Quentin/Panels/SPIDER CLIMB.png' 4049c4aafe Delete '3D Printing/AD&D 1e spell names in Filmoscope Quentin/Panels/FIREBALL VCO.png' 811ef45c76 schematic start, and some example modules Latest commits for file Panels/luther_triangle_10hp.stl From eea453f1eeea3c7619b9825ab723148f1dab934e Mon Sep 17 00:00:00 2001 Subject: [PATCH] Fix for two different ranges (e.g. 0-2.5v / 0-5v - Gate out (could normal to TP10, optional) - Casc out 2x Toggle Switches, 2pin: - all step switches (all go to same bus) - run/stop 2x Pushbutton switches, all 2pin: - Glide attenuator (B10k) (join two left pins from below Pots, 2-pin: - Glide, manual (A100k) (two left pins, from below) Pots, 2-pin: Glide, manual (A100k) (two left pins, from below Clock rate goes down when resistance goes up, opposite to expectation. C1 is too small for a single 0.75 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator.

New Pull Request