From: Bdale Garbee Date: Fri, 14 Dec 2018 04:14:04 +0000 (-0700) Subject: improve 11071 footprint with full copper ovals for tangs on both surfaces X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=015640d15a8bf6b3a385daf38495bfaccb383f1c;p=hw%2Faltusmetrum improve 11071 footprint with full copper ovals for tangs on both surfaces --- diff --git a/packages/11071.5c b/packages/11071.5c index 2b75ef1..36f6067 100644 --- a/packages/11071.5c +++ b/packages/11071.5c @@ -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();