Skip to content

fpoussin/pcb2jlc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Scripts to generate PCB assembly BOM/CPL from various EDAs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages