Add 'pads' around USB SMT connector tangs
authorKeith Packard <keithp@keithp.com>
Wed, 8 Jan 2020 18:10:58 +0000 (10:10 -0800)
committerKeith Packard <keithp@keithp.com>
Sun, 1 Mar 2020 01:57:38 +0000 (17:57 -0800)
This makes sure there's bare copper around the tangs so that we get
enough solder stuck down there.

Signed-off-by: Keith Packard <keithp@keithp.com>
packages/2013499-1.5c

index a6a86a4edd5eba8bd253ed0dfac4b29262d9e82e..c57b7be248d2fac37d9c0707934567957d426bea 100644 (file)
@@ -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();