lab11 / eagle

Custom scripts and libraries for Eagle PCB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lab11 Eagle Support Files

Part libraries, packaging scripts, CAM jobs, and other files we use with EAGLE.

Required package installation

Ubuntu (assuming default python 3.8)

sudo apt install pdftk unoconv texlive-core
pip install -r requirements.txt

Process

We highly recommend reading over some of the Lab11 Eagle Documentation.

Generally:

  • Generate bom with ulp. Sort by values and output to csv.
  • Generate gerber files with eagle
  • Open csv, add notes, delete rows for DNP footprints, and save as xlsx
  • Run the main eagle.py script from the board file directory

About

Custom scripts and libraries for Eagle PCB


Languages

Language:Python 98.5%Language:Shell 1.5%