From 02161b8fe0cbcb7e2070fbf1e89733578722a197 Mon Sep 17 00:00:00 2001 From: Neil Gershenfeld <gersh@cba.mit.edu> Date: Sun, 15 Dec 2019 20:38:29 -0500 Subject: [PATCH] wip --- python/pcb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pcb.py b/python/pcb.py index 1cdd738..688a92f 100755 --- a/python/pcb.py +++ b/python/pcb.py @@ -4569,7 +4569,7 @@ class FT230XS(part): self.pad = [point(0,0,0)] self.labels = [] d = 0.11 - w = 0.005 + w = 0.0053 h = .03 p = .65/25.4 l = 0.004 -- GitLab