From 1f606b77ce8ea00af1e8c28b03324de1a9aba389 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Tue, 3 Nov 2020 00:31:26 -0700 Subject: [PATCH] add footprint for chosen thermocouple connector --- packages/pcc-smp-v.fp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 packages/pcc-smp-v.fp diff --git a/packages/pcc-smp-v.fp b/packages/pcc-smp-v.fp new file mode 100644 index 0000000..35ca46d --- /dev/null +++ b/packages/pcc-smp-v.fp @@ -0,0 +1,18 @@ +# footprint for Omega PCC-SMP-V thermocouple connector +# Copyright 2020 Bdale Garbee + +Element["" "pcc-smp-v" "" "unknown" 0 0 0 0 0 100 ""] +( +# X Y Thickness Clearance Mask Drill "Name" "Number" flags + + Pin[0 0 15000 5000 16000 7000 "+" "1" ""] + Pin[0 -25000 15000 5000 16000 7000 "-" "2" ""] + Pin[6700 50000 15000 5000 16000 7000 "GND" "3" ""] + Pin[-20300 50000 15000 5000 16000 7000 "GND" "3" ""] + +# X1 Y1 X2 Y2 Thickness + ElementLine[-18500 7500 6500 7500 1000] + ElementLine[-18500 7500 -18500 70500 1000] + ElementLine[-18500 70500 6500 70500 1000] + ElementLine[6500 7500 6500 70500 1000] +) -- 2.47.2