summaryrefslogtreecommitdiff
path: root/gen
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2017-12-16 21:14:58 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2017-12-16 21:14:58 +0100
commit578b01909483fd087f95bc133a54745af1c807f1 (patch)
treeb8429d842e3b57b5816eddb84459706b21541b75 /gen
parente90da11ffd28b10d340184dbeeaa094007b472ec (diff)
downloadIPC-7351-footprints-generator-578b01909483fd087f95bc133a54745af1c807f1.tar.gz
IPC-7351-footprints-generator-578b01909483fd087f95bc133a54745af1c807f1.tar.bz2
IPC-7351-footprints-generator-578b01909483fd087f95bc133a54745af1c807f1.tar.xz
IPC-7351-footprints-generator-578b01909483fd087f95bc133a54745af1c807f1.zip
o Generating footprints for LEDSC 3216.
Diffstat (limited to 'gen')
-rwxr-xr-xgen5
1 files changed, 5 insertions, 0 deletions
diff --git a/gen b/gen
index bf9c706..4de162a 100755
--- a/gen
+++ b/gen
@@ -104,9 +104,14 @@ capc_heights = {
ledsc_heights = {
# https://www.digikey.com/products/en/optoelectronics/led-indication-discrete/105?k=&pkeyword=&pv16=4&FV=ffe00069%2C1140003&mnonly=0&ColumnSort=0&page=1&quantity=0&ptm=0&fid=0&pageSize=100
+ # 0402
"1005": [0.25, 0.35, 0.40, 0.45, 0.50, 0.52, 0.55, 0.60, 0.70, 0.71],
+ # 0603
"1608": [0.20, 0.25, 0.28, 0.30, 0.35, 0.39, 0.40, 0.42, 0.45, 0.46, 0.50, 0.52, 0.55, 0.60, 0.65, 0.70, 0.71, 0.75, 0.80, 0.85, 0.90, 0.95, 1.00, 1.05, 1.10, 1.15],
+ # 0805
"2012": [0.40, 0.45, 0.50, 0.70, 0.75, 0.79, 0.80, 0.84, 0.85, 0.90, 1.00, 1.10, 1.20, 1.25, 1.30, 2.10],
+ # 1206
+ "3216": [0.60, 0.68, 0.69, 0.70, 0.75, 1.00, 1.05, 1.10, 1.20, 1.25, 1.30, 1.38, 1.40, 1.50, 1.60, 1.62, 1.75, 1.80, 1.85, 1.87, 1.90, 1.95, 2.00, 2.05, 2.10],
}
#resc_dims = [ChipDimensions.from_ipc(p) for p in ipc_sm_782.data["resc"]["dimensions"]]