From 015640d15a8bf6b3a385daf38495bfaccb383f1c Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Thu, 13 Dec 2018 21:14:04 -0700 Subject: [PATCH] improve 11071 footprint with full copper ovals for tangs on both surfaces --- packages/11071.5c | 4 ++++ 1 file changed, 4 insertions(+) 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(); -- 2.39.5