X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=packages%2F11071.5c;h=36f60670e228ecb850b4e32a75e0a99604418962;hb=cfe4f9a9e4c78344f5f5c109e7215734f0db89e0;hp=9dbe26dc63e03a9ccf40afd0900ff1570be5bb14;hpb=60761210aa911d28f9519434e8987d1cb0318c66;p=hw%2Faltusmetrum diff --git a/packages/11071.5c b/packages/11071.5c index 9dbe26d..36f6067 100644 --- a/packages/11071.5c +++ b/packages/11071.5c @@ -36,6 +36,7 @@ real tang_radius = tang_width / 2; real tang_length = 1.55 - tang_width; real tang_x = 6.4/2; real tang_copper = (2.15 - 1.55) / 2; +real tang_clearance = 0.13; real wing_width = 1.6; real wing_height = 1.4; @@ -52,20 +53,24 @@ pad_mm(pad_spacing*-2, pad_y, pad_width, pad_height, "GND", "5"); /* "Wings", which are next to the signal pads */ -pad_mm_space(-wing_x, wing_y, wing_width, wing_height, 0, "GND", "5"); -pad_mm_space( wing_x, wing_y, wing_width, wing_height, 0, "GND", "5"); +pad_mm_space(-wing_x, wing_y, wing_width, wing_height, 0, "", "G"); +pad_mm_space( wing_x, wing_y, wing_width, wing_height, 0, "", "G"); /* Tabs under package */ -pad_mm_space(-tab_x, tab_y, tab_width, tab_height, 0, "GND", "5"); -pad_mm_space( tab_x, tab_y, tab_width, tab_height, 0, "GND", "5"); +pad_mm_space(-tab_x, tab_y, tab_width, tab_height, 0, "", "G"); +pad_mm_space( tab_x, tab_y, tab_width, tab_height, 0, "", "G"); /* tangs at edges of package */ -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"); +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, 0, "GND", "5"); -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, 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();