X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=packages%2F2013499-1.5c;h=c57b7be248d2fac37d9c0707934567957d426bea;hb=2997134a55a84d5cee7e0a88e10735ee819ae3ba;hp=45f95d5da5d82487962187acd3ffc226d5e44e56;hpb=e6b331eb822055cdbe747308289e7eb751aa6884;p=hw%2Faltusmetrum diff --git a/packages/2013499-1.5c b/packages/2013499-1.5c index 45f95d5..c57b7be 100644 --- a/packages/2013499-1.5c +++ b/packages/2013499-1.5c @@ -55,20 +55,25 @@ 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"); + +pad_mm_space_options(-tang_x, tang_y, tang_radius * 2 + tang_copper * 2, tang_length + tang_radius * 2 + tang_copper * 2, 0, "GND", "5", "") +pad_mm_space_options(-tang_x, tang_y, tang_radius * 2 + tang_copper * 2, tang_length + tang_radius * 2 + tang_copper * 2, 0, "GND", "5", "onsolder") +pad_mm_space_options( tang_x, tang_y, tang_radius * 2 + tang_copper * 2, tang_length + tang_radius * 2 + tang_copper * 2, 0, "GND", "5", "") +pad_mm_space_options( tang_x, tang_y, tang_radius * 2 + tang_copper * 2, tang_length + tang_radius * 2 + tang_copper * 2, 0, "GND", "5", "onsolder") element_end();