Skip to content

Instantly share code, notes, and snippets.

View nelgau's full-sized avatar
😅

Nelson Gauthier nelgau

😅
  • Los Angeles, California
View GitHub Profile
@korken89
korken89 / length_match.py
Created July 9, 2019 21:07
KiCAD bus length matching script which also adds in the "Pad to die length" into the calculations
#!/usr/bin/env python3
import sys
import os
import re
import time
import pcbnew
"""
This is a modified version of https://github.com/mithro/kicad-length-matching-checks.git
which also adds in the "Pad to die length" into the calculations (plus different formating).