From: Keith Packard Date: Wed, 8 Jan 2020 18:10:58 +0000 (-0800) Subject: Add 'pads' around USB SMT connector tangs X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=a628308a618d92cda18385dba82970ab1a71a70e;hp=f7ebd35519a6796d74b60a59ac0c0d6259c234f7;p=hw%2Faltusmetrum 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 --- 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();