gEDA-user: Solder Mask Clearance

DJ Delorie dj at delorie.com
Thu Jan 4 14:39:00 EST 2007


> Is there a way to globally set the solder mask clearance on a board?  All I 
> want to do is set the clearance as X around all pins/pads.

:MinMaskGap(amount,units)

Example for pcbpool:

:MinMaskGap(0.075,mm)

(or for lesstif, :MinMaskGap 0.075 mm)

Note: it won't decrease a too-big mask, just increase a too-small
mask.  You can use ChangeClearSize (when the mask is showing) to set
all selected pins/pads to, say, 1, then grow them with MinMaskGap.


More information about the geda-user mailing list