> 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. _______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

