Go to file
Matthew Lai 7a9f077f62
Merge pull request #96 from matthewlai/matthewlai-patch-1
Update test-requirements.txt
2023-05-15 11:56:33 +01:00
.github/workflows Move dependency requirements to setup.py from requirements.txt (#73) 2021-09-24 09:56:20 -03:00
jlc_kicad_tools Update cpl_fix_rotations.py 2023-05-15 11:50:31 +01:00
.flake8 ci: implement linter in through github-actions 2021-04-17 20:15:36 -03:00
.gitignore Added Sublime project 2020-07-11 21:14:54 +01:00
LICENSE Initial commit 2019-10-15 22:05:34 +01:00
MANIFEST.in Adding db file in python package 2020-04-12 13:46:49 -03:00
README.md Added support for multiple matching rules 2022-07-23 10:26:56 +01:00
jlc_kicad_tools.sublime-project Added Sublime project 2020-07-11 21:14:54 +01:00
setup.py Added support for multiple matching rules 2022-07-23 10:26:56 +01:00
test-requirements.txt Update test-requirements.txt 2023-05-15 11:48:32 +01:00

README.md

JLCKicadTools

Overview

JLCKicadTools is a tool aims to work with JLCPCB assembly service featuring KiCad 5.

See this blog post for instructions.

Requirements

Python 3.7+

Installation

pip install git+https://github.com/matthewlai/JLCKicadTools

In case you do not have pip installed. See:

Fedora

sudo dnf install python-pip

Debian and Ubuntu

sudo apt-get install python-pip

How to use

JLCKicadTools comes as a nice command line interface named kicad-jlc-tool. To see how it works just simply issue at your shell prompt:

$ jlc-kicad-tools

FAQ

  1. Why are some components in the generated files but don't show up on JLCPCB preview?