update QTH to get hole spacing right
[hw/bdale] / pkg / newlib / samtec / QTH.py
index 4c52ff6bab4c94138266210fc95826e8b81667e5..2c07c6673c0625905dd7d0ebfe0b3793958b7a7f 100755 (executable)
@@ -29,7 +29,7 @@ if (ordinal < 1) or (ordinal > 5) or (positions%30 != 0):
 
 BodyWidth = (positions / 30) * 20.003 + 1.27
 BodyHeight = 7.493
-HoleSpacing = (positions / 30) * 20.00 + 0.13
+HoleSpacing = (positions / 30) * 20.00 - 1.52
 
 # we're going to use the 1/100 of a mil fundamental unit form
 def mm2mils100( mm ):