Skip to content

Files

Latest commit

00aa275 · Jun 2, 2022

History

History
20 lines (13 loc) · 712 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 712 Bytes

pcb2jlc

A collection of scripts to generate BOM and CPL files for the JLCPCB assembly service

Currently supports:

  • Eagle 6.x+
  • Kicad 6.x+

These scripts will query the JLC online database for each part, checking stock and sorting by cheapest price.
It can also save the whole database locally for faster generation if your connection is slow.

You can add the LCSC property to your components to specify a part number.
By default, package, value and type will be used to search for a part.

You can offset the rotation of a part with the ROT property.

Requirements

You will need Python 3 and pip
Required python packages can be installed using pip: pip3 install -r requirements.txt