From f16610dc16b90e75341c27c5499f07c00a0cde96 Mon Sep 17 00:00:00 2001
From: Neil Gershenfeld <gersh@cba.mit.edu>
Date: Thu, 2 Jan 2020 11:00:23 -0500
Subject: [PATCH] wip

---
 python/pcb.py | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/python/pcb.py b/python/pcb.py
index 1c0592f..01762a2 100755
--- a/python/pcb.py
+++ b/python/pcb.py
@@ -4642,11 +4642,11 @@ class SAMD21E(part):
       self.value = value
       self.pad = [point(0,0,0)]
       self.labels = []
-      d = 8.5/2/25.4
-      w = 0.4/2/25.4
-      h = 1.6/2/25.4
-      p = 0.8/25.4
-      l = 0.004
+      d = 9.01/2/25.4 # spacing
+      w = 0.4/2/25.4 # width
+      h = 1.4/2/25.4 # height
+      p = 0.8/25.4 # pitch
+      l = 0.004 # text
       pad = cube(-h,h,-w,w,0,0)
       padv = cube(-w,w,-h,h,0,0)
       #
-- 
GitLab