improve 11071 footprint with full copper ovals for tangs on both surfaces
authorBdale Garbee <bdale@gag.com>
Fri, 14 Dec 2018 04:14:04 +0000 (21:14 -0700)
committerBdale Garbee <bdale@gag.com>
Fri, 14 Dec 2018 04:14:04 +0000 (21:14 -0700)
packages/11071.5c

index 2b75ef1e7a4163c89eee55ee3f53982eabf43ed1..36f60670e228ecb850b4e32a75e0a99604418962 100644 (file)
@@ -65,8 +65,12 @@ pad_mm_space( tab_x, tab_y, tab_width, tab_height, 0, "", "G");
 
 pin_mm_space(-tang_x, tang_y - tang_length / 2, tang_radius * 2, tang_copper, tang_clearance * 2, "GND", "5");
 pin_mm_space(-tang_x, tang_y + tang_length / 2, tang_radius * 2, tang_copper, tang_clearance * 2, "GND", "5");
+pad_mm_space_options(-tang_x, tang_y, tang_radius * 2 + tang_copper * 2, tang_length + tang_radius * 2 + tang_copper * 2, tang_clearance * 2, "GND", "5", "");
+pad_mm_space_options(-tang_x, tang_y, tang_radius * 2 + tang_copper * 2, tang_length + tang_radius * 2 + tang_copper * 2, tang_clearance * 2, "GND", "5", "onsolder");
 
 pin_mm_space( tang_x, tang_y - tang_length / 2, tang_radius * 2, tang_copper, tang_clearance * 2, "GND", "5");
 pin_mm_space( tang_x, tang_y + tang_length / 2, tang_radius * 2, tang_copper, tang_clearance * 2, "GND", "5");
+pad_mm_space_options(tang_x, tang_y, tang_radius * 2 + tang_copper * 2, tang_length + tang_radius * 2 + tang_copper * 2, tang_clearance * 2, "GND", "5", "");
+pad_mm_space_options(tang_x, tang_y, tang_radius * 2 + tang_copper * 2, tang_length + tang_radius * 2 + tang_copper * 2, tang_clearance * 2, "GND", "5", "onsolder");
 
 element_end();