Repository for FRC 997's custom PCB projects, made in KiCad.
Documentation for each project can be found in their individual directories.
KiCanvas is recommended for viewing projects from the browser. Kiri is a very good tool for visual git diffs of KiCad files, but only runs locally and has quite a few dependencies.
This project uses kicad-cli
and pcbdraw
in its commit hook script. kicad-cli
is distributed with the broader KiCad package, and pcbdraw
can be installed using these instructions.1
Hardware source files licensed under the GPL v3.0. Some redistributed files may be under different licenses.
Footnotes
-
pcbdraw
depends on themistune
library.pcbdraw
version 1.1.2 does not depend on the correct version ofmistune
and for some users manually runningpip install mistune==2.0.5
may be required. ↩