X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=packages%2F2013499-1.5c;h=a6a86a4edd5eba8bd253ed0dfac4b29262d9e82e;hb=50ee22dc2ddcd46b73a4fa2a4cc1fc3d09476e18;hp=587e478c18f00450a44c6a7d6f60a4875359e599;hpb=676f7f2b2ce57ff83a6dae27fd21e4bc65a7cef4;p=hw%2Faltusmetrum diff --git a/packages/2013499-1.5c b/packages/2013499-1.5c index 587e478..a6a86a4 100644 --- a/packages/2013499-1.5c +++ b/packages/2013499-1.5c @@ -44,7 +44,6 @@ real wing_y = 1.45 + 3.35 - 0.9; real pkg_width = 6.1; real pkg_height = 7.9; real edge_height = 4.8; -real edge_width = 2 * (wing_inner + wing_width); element_start("2013499-1"); @@ -56,20 +55,20 @@ pad_mm(pad_spacing*-2, pad_y, pad_width, pad_height, "GND", "5"); /* "Wings", which are next to the signal pads */ -pad_mm_clear(-wing_x, wing_y, wing_width, wing_height, 0, "GND", "5"); -pad_mm_clear( 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, "GND", "5"); /* Tabs under package */ -pad_mm_clear(-tab_x, tab_y, tab_width, tab_height, 0, "GND", "5"); -pad_mm_clear( 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, "GND", "5"); /* tangs at edges of package */ -pin_mm_clear(-tang_x, tang_y - tang_length / 2, tang_radius * 2, tang_copper, 0, "GND", "5"); -pin_mm_clear(-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, 0, "GND", "5"); -pin_mm_clear( tang_x, tang_y - tang_length / 2, tang_radius * 2, tang_copper, 0, "GND", "5"); -pin_mm_clear( 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, 0, "GND", "5"); element_end();