From a628308a618d92cda18385dba82970ab1a71a70e Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Wed, 8 Jan 2020 10:10:58 -0800 Subject: [PATCH 1/1] Add 'pads' around USB SMT connector tangs This makes sure there's bare copper around the tangs so that we get enough solder stuck down there. Signed-off-by: Keith Packard --- packages/2013499-1.5c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/2013499-1.5c b/packages/2013499-1.5c index a6a86a4..c57b7be 100644 --- a/packages/2013499-1.5c +++ b/packages/2013499-1.5c @@ -71,4 +71,9 @@ pin_mm_space(-tang_x, tang_y + tang_length / 2, tang_radius * 2, tang_copper, 0, pin_mm_space( tang_x, tang_y - tang_length / 2, tang_radius * 2, tang_copper, 0, "GND", "5"); pin_mm_space( tang_x, tang_y + tang_length / 2, tang_radius * 2, tang_copper, 0, "GND", "5"); +pad_mm_space_options(-tang_x, tang_y, tang_radius * 2 + tang_copper * 2, tang_length + tang_radius * 2 + tang_copper * 2, 0, "GND", "5", "") +pad_mm_space_options(-tang_x, tang_y, tang_radius * 2 + tang_copper * 2, tang_length + tang_radius * 2 + tang_copper * 2, 0, "GND", "5", "onsolder") +pad_mm_space_options( tang_x, tang_y, tang_radius * 2 + tang_copper * 2, tang_length + tang_radius * 2 + tang_copper * 2, 0, "GND", "5", "") +pad_mm_space_options( tang_x, tang_y, tang_radius * 2 + tang_copper * 2, tang_length + tang_radius * 2 + tang_copper * 2, 0, "GND", "5", "onsolder") + element_end(); -- 2.30.2