X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=packages%2Ffotofab2x3.5c;h=00c9da944e8ca30a762b4231cb6b371e40458d38;hb=3a28bda1248d468c3f109f4b72ee9eeea97fc70f;hp=7e86582b353f17921076168b24cf02d749ec373c;hpb=edcf38d5c782e9d808521d2e9e864d4cab95d6d4;p=hw%2Faltusmetrum diff --git a/packages/fotofab2x3.5c b/packages/fotofab2x3.5c index 7e86582..00c9da9 100644 --- a/packages/fotofab2x3.5c +++ b/packages/fotofab2x3.5c @@ -27,31 +27,25 @@ real shield_width = 76.20; real shield_height = 50.80; real via_diam = 0.015 * 25.4; real via_ring = 0.008 * 25.4; -real clearance = 0.6; -real mask = pad_width + clearance / 2; element_start("fotofab2x3"); -pad_mm_clear_mask_options(shield_width/2, 0, - pad_width, shield_height+pad_width, - clearance, mask, - "1", "1", - "square,nopaste"); -pad_mm_clear_mask_options(-shield_width/2, 0, - pad_width, shield_height+pad_width, - clearance, mask, - "1", "1", - "square,nopaste"); -pad_mm_clear_mask_options(0, shield_height/2, - shield_width+pad_width, pad_width, - clearance, mask, - "1", "1", - "square,nopaste"); -pad_mm_clear_mask_options(0, -shield_height/2, - shield_width+pad_width, pad_width, - clearance, mask, - "1", "1", - "square,nopaste"); +pad_mm_options(shield_width/2, 0, + pad_width, shield_height+pad_width, + "1", "1", + "square,nopaste"); +pad_mm_options(-shield_width/2, 0, + pad_width, shield_height+pad_width, + "1", "1", + "square,nopaste"); +pad_mm_options(0, shield_height/2, + shield_width+pad_width, pad_width, + "1", "1", + "square,nopaste"); +pad_mm_options(0, -shield_height/2, + shield_width+pad_width, pad_width, + "1", "1", + "square,nopaste"); pin_mm(shield_width/2, shield_height/2, via_diam, via_ring, "1", "1"); pin_mm(-shield_width/2, shield_height/2, via_diam, via_ring, "1", "1");