From 44ce3f6591137c0574eb258898f9066b54e5ed4d Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 1 Jul 2014 16:10:23 -0700 Subject: [PATCH] Update nx3215sa xtal footprint to use suggested land pattern The package pads are 0.75 x 1.3 mm, but the data sheet suggests a pad size of 1.0 x 1.8mm to ensure sufficient solder around, I assume. Signed-off-by: Keith Packard --- packages/nx3215sa.5c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/nx3215sa.5c b/packages/nx3215sa.5c index a62d8de..ee2f808 100644 --- a/packages/nx3215sa.5c +++ b/packages/nx3215sa.5c @@ -21,9 +21,9 @@ import Footprint; real package_width = 3.20; real package_height = 1.50; -real pad_width = 0.75; -real pad_height = 1.30; -real pad_space = 1.70+0.75; +real pad_width = 1.0; +real pad_height = 1.8; +real pad_space = 1.50+1.0; element_start("cx1vsm"); -- 2.47.2