An open API service indexing awesome lists of open source software.

https://github.com/anfractuosity/pcba

Parser for KiCad centroid files, that generates a graph to check components are in the right orientation, for PCBA
https://github.com/anfractuosity/pcba

centroid kicad pcb pcb-layout

Last synced: about 1 month ago
JSON representation

Parser for KiCad centroid files, that generates a graph to check components are in the right orientation, for PCBA

Awesome Lists containing this project

README

          

# pcba

Parser for KiCad centroid files, that generates a graph to check components are in the right orientation, for PCBA

Usage:

```
make
source env/bin/activate
pcba --input test.pos --top top.png --bottom bottom.png --libraries mypcb/libs,/usr/share/kicad/modules/ # in the venv
```

# Requirements

* Python 3.8
* matplotlib
* numpy
* Kicad with pcbnew (should be installed as part of kicad)

# Functionality

* Colours different components differently
* Indicates pin 1 of component with 'white' blob
* Shows rotation and position of component