Labels Milestones
BackFrom c6e6a61475df01d4832847208a59070c5a40c498 Mon Sep 17 00:00:00 2001 Subject: [PATCH] re-re-remove the mysterious extra trace re-re-remove the mysterious extra trace Added schmancy pcb for v1 build Latest commits for file Panels/10_step_seq.scad Experimenting with more panel layout 3bfacc0b86 Add main pdf a924f97182 Minor layout tweaks merged pull request 'new_footprints' (#5) from new_footprints into main afea9d5a2cf23e2a33a2927086270d4d602f5a2b Final revision; added custom DRC as project file version 1) #Kicad 7 # 2-layer, 1oz copper condition "A.Type == 'track' && B.Layer == 'Edge.Cuts'")) # drill/hole size condition "A.Type == 'pad' && (B.Type == 'text' || B.Type == 'track'" condition "A.Type == 'via'" condition "A.Type == 'pad' && (B.Type == 'text' || B.Type == A.Type && A.Net != B.Net" (condition "A.Type == 'track' && B.Type == 'track'" From f12031bb4117bdc0bfa93734f5e1f978a14297b0 Mon Sep 17 00:00:00 2001 eb8580ef62 Undo converting GND to GND_JMP and fix everything that broke Finished PCB, passes all passable DRCs Footprint selection, some PCB layout choices From c6741b48f0ef8a6e69ecbca1a47bc4f4b481e2a3 Mon Sep 17 00:00:00 2001 Subject: [PATCH] couple more minor clearance tweaks 9e7b04561b Add ground fills, fix some clearance issues, make all power traces large 8576ad9482 Added input resistor for sync; placed everything on PCB with exploratory 8hp layout Add schematic, start on PCB with on-board components hard_sync traces added but maybe won't keep Fireball/Fireball.kicad_prl | 4 Hardware/PCB/precadsr/potsetc.sch | 663 Hardware/PCB/precadsr/precadsr.net | 147 Hardware/PCB/precadsr/precadsr.pro | 22 Hardware/PCB/precadsr/precadsr.sch | 472 .../precadsr_panel_al-Edge_Cuts.gbr | 26 .../precadsr-panel-MaskBottom.gbs | 75 .../precadsr-panel-MaskTop.gts | 75 Panels/FireballSpell_Large_bw.png.svg | 57 create mode 100644 Hardware/PCB/precadsr/ao_tht.pretty/TO-92_Inline_Wide.kicad_mod delete mode 100644 Hardware/PCB/precadsr/Kosmo_panel.pretty/fastestenv_LED_Hole.kicad_mod create mode 100644 Hardware/PCB/precadsr/Kosmo_panel.pretty/Kosmo_Panel_Dual_Slotted_Mounting_Hole_NPTH.kicad_mod create mode 100644 Hardware/PCB/precadsr_aux_Gerbers/precadsr-F_Cu.gbr create mode 100755 LUTHERS_VCO.diy create mode 100644 Schematics/SynthMages.pretty/Micro SPDT (3 pin).kicad_mod Normal file View.
New Pull Request