3
1
Back

Branch bugfix/10hp Am totally not using git correctly From 4fd9d8b7bf20541267f941aa2eacb4afbb30ba6a Mon Sep 17 00:00:00 2001 .../Panels/MAGIC MOUTH.png | Bin 0 -> 26572 bytes create mode 100644 Hardware/PCB/precadsr/ao_tht.pretty/Potentiometer_Alpha_16mm_Single_Vertical.kicad_mod delete mode 160000 Kosmo_panel path = Hardware/lib/Kosmo_panel path = Hardware/lib/Kosmo_panel path = Kosmo_panel path = Hardware/lib/Kosmo_panel path = Hardware/lib/Kosmo_panel path = aoKicad deleted file mode 160000 rename from Futura Heavy BT.ttf From 750478ab8360c0ef45b55687504a3e4846b752b4 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Initial kicad, images, gitignore for kicad backups .gitignore | 16 .../precadsr_aux_Gerbers/precadsr-F_Cu.gbr | 580 .../precadsr_aux_Gerbers/precadsr-F_Mask.gbr | 185 .../precadsr_aux_Gerbers/precadsr-B_Paste.gbr | 15 .../precadsr_panel_al-F_Mask.gbr | 47 .../precadsr_panel_al-F_Paste.gbr | 15 .../precadsr-panel-SilkBottom.gbo | 799 .../precadsr-panel-drl_map.pdf | Bin 0 -> 407684 bytes Panels/luther_triangle_vco_quentin_v2.scad | 18 .../precadsr-panel-art.kicad_mod | 958 .../precadsr-panel-holes.kicad_mod | 208 .../precadsr_panel_al/precadsr_panel_al.pro | 30 .../Panel/precadsr-panel/precadsr-panel.sch | 259 Hardware/Panel/precadsr_panel.png | Bin 0 -> 18829299 bytes resistor_keyboard.diy | 497 create mode 100644 Hardware/PCB/precadsr/ao_tht.pretty/TerminalBlock_dinkle_pluggable_2_P5.00mm.kicad_mod delete mode 100644 Hardware/PCB/precadsr/Kosmo_panel.pretty/Kosmo_LED_Hole.kicad_mod delete mode 100644 Hardware/Panel/precadsr_panel_al/precadsr_panel_al.pretty/Bigger_Push_Switch_Hole.kicad_mod delete mode 100644 Hardware/PCB/precadsr/Kosmo_panel.pretty/fastestenv_Panel_Dual_Slotted_Mounting_Hole.kicad_mod delete mode 100644 Hardware/Panel/precadsr_panel_al_Gerbers/precadsr_panel_al-F_SilkS.gbr From 8de432ba4663cc4e208cff778a114b9ae41e7906 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Add schematic, start on PCB with exploratory 8hp layout Bring in diylc and openscad design ## Mechanical assembly Documentation # ---> KiCad # For PCBs designed using KiCad: http://www.kicad-pcb.org/ # Format documentation: http://kicad-pcb.org/help/file-formats/ # Temporary files *.000 *.bak *.bck *.kicad_pcb-bak *.kicad_sch-bak *.kicad_prl *.kicad_pro *.rules *.sch-bak *~ _autosave-* *.tmp *-save.pro *-save.kicad_pcb fp-info-cache # Netlist files (exported from Eeschema) *.net # Autorouter files (exported from Eeschema *.net # Autorouter files (exported from Pcbnew) *.dsn *.ses Latest commits for file Examples/EG_MANUAL.pdf schematic start, and some example modules 811ef45c764021f623b8bb59234df1314fce4e91 12V, -12V and ground needed, probably up to 1amp - maybe not as efficient as a gate is present, or, if nothing is plugged into CLOCK. - A CV in to pause the sequence. Probably can't do, or impractical: CV-controlled clock. Presumably the CV in to pause the sequence. Probably can't do, or impractical: - CV-controlled CV offset module - add a voltage to another voltage. Useful here for pitching up from a base. 11 SPDT switches: // 1 for manual reset (sw16 // 8 Sockets: // clock in (j2/j11) // casc out (j14/j15 // reset/casc in (j1/j13) // gate out (j4/j10 // clock in (j2/j11 // casc out (j14/j15) // reset/casc in (j1/j13) // gate out (j4/j10) // clock out (j5/j12 // glide in (sleeve and normal both GND 6x Sockets, 2pin: - all step switches (all go to same bus run/stop 2x Pushbutton switches, all 2pin: - step - reset Pots, 3-pin: Glide attenuator (B10k) (join two left pins from below Clock rate goes down when resistance goes up, opposite to expectation. Glide fix.

New Pull Request