https://github.com/mithro/kicad-length-matching-checks
Couple of scripts which checks length matching of your KiCad design.
https://github.com/mithro/kicad-length-matching-checks
Last synced: 12 months ago
JSON representation
Couple of scripts which checks length matching of your KiCad design.
- Host: GitHub
- URL: https://github.com/mithro/kicad-length-matching-checks
- Owner: mithro
- License: bsd-3-clause
- Created: 2016-03-28T03:08:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-27T08:03:01.000Z (over 9 years ago)
- Last Synced: 2025-06-08T09:43:49.737Z (about 1 year ago)
- Language: Python
- Size: 9.77 KB
- Stars: 26
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Two simple length matching checker scripts for KiCad.
`length_match.py` does basic length matching. This became `diff_pairs.py` which does differential pairs.
See the top of each script for usage/comments.
Originally from @projectgus 's Gist at https://gist.github.com/projectgus/6014a79cdc0fe859b3f2