Skip to content

anfractuosity/pcba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published