pick-and-place/controller-board
Kelvin Ly 82bbd26628 Got programming working; looks like setting WORKAREASIZE to zero did the trick 2021-05-02 09:52:38 -04:00
..
bom Generate BOM 2021-02-11 08:50:56 -05:00
fw Got programming working; looks like setting WORKAREASIZE to zero did the trick 2021-05-02 09:52:38 -04:00
README.md INitial commit 2021-01-06 11:29:03 -05:00
autofill_schem.py Autofill schematic 2021-01-06 11:31:39 -05:00
controller-board Generate BOM, fix mistakes in PCB 2021-02-14 23:49:07 -05:00
controller-board-cache.lib Layout board TODO add in USB termination resistors that I forgot 2021-01-06 20:13:33 -05:00
controller-board-digikey.csv Generate BOM, fix mistakes in PCB 2021-02-14 23:49:07 -05:00
controller-board-joost.csv Generate BOM, fix mistakes in PCB 2021-02-14 23:49:07 -05:00
controller-board.bak INitial commit 2021-01-06 11:29:03 -05:00
controller-board.kicad_pcb Fix up PCB bugs for rev 2 2021-02-15 07:47:42 -05:00
controller-board.kicad_pcb-bak Fix up PCB bugs for rev 2 2021-02-15 07:47:42 -05:00
controller-board.pro INitial commit 2021-01-06 11:29:03 -05:00
controller-board.sch Fix up PCB bugs for rev 2 2021-02-15 07:47:42 -05:00
controller-board.sch-bak Fix up PCB bugs for rev 2 2021-02-15 07:47:42 -05:00
controller-board.xml Generate BOM, fix mistakes in PCB 2021-02-14 23:49:07 -05:00
fp-info-cache Generate BOM, fix mistakes in PCB 2021-02-14 23:49:07 -05:00
gen_digikey.py Autofill schematic 2021-01-06 11:31:39 -05:00

README.md

OSH Park-compatible 2 Layer KiCad Template

This is a KiCad template to simplify making printed circuit boards.

It comes with all the design rules to meet the 2-layer OSH Park specs and stackup.

Instructions

  1. Open KiCad.
  2. Open Preferences > Configure Paths and note the value of 'KICAD_PTEMPLATES'.
  3. In KiCad, open File > New Project > New Project from Template.
  4. Select the location of your new project. The name of the folder will be the name of your project.
  5. The templates with folders in the 'KICAD_PTEMPLATES' are listed under 'Portable Templates" tab.
  6. Select the template and click 'OK'.
  7. Your project now exists, so you can open EESchema and PCBNew and design as usual.