Re: gEDA-user: Howto make solder mask extend equal for all pads in layout?

2008-11-08 Thread Stefan Salewski
Am Sonntag, den 05.10.2008, 00:09 +0100 schrieb Peter Clifton: > On Sat, 2008-10-04 at 10:22 -0400, DJ Delorie wrote: > > > Is there something similar for copper clearing of pads/pins in polygons? > > > > Not that I'm aware of. Again, you could write one pretty easily by > > copying the existing

Re: gEDA-user: Howto make solder mask extend equal for all pads in layout?

2008-10-06 Thread Peter Clifton
On Sun, 2008-10-05 at 18:33 -0700, Steven Michalske wrote: > > > > Not having a good laptop week. > > > > May I suggest looking into an Apple laptop, I put loving care into > each one I work on :-P You work for Apple? Cool. Yes, Apple laptops are very nice... will certainly take a good look at

Re: gEDA-user: Howto make solder mask extend equal for all pads in layout?

2008-10-05 Thread Steven Michalske
> > Not having a good laptop week. > May I suggest looking into an Apple laptop, I put loving care into each one I work on :-P > -- > Peter Clifton ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/g

Re: gEDA-user: Howto make solder mask extend equal for all pads in layout?

2008-10-04 Thread DJ Delorie
> changeclearsize(selected,10,mil) I keep forgetting about that, because it reduces the clearance on bigger clearances too, which usually isn't what I want. ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listin

Re: gEDA-user: Howto make solder mask extend equal for all pads in layout?

2008-10-04 Thread Peter Clifton
On Sat, 2008-10-04 at 10:22 -0400, DJ Delorie wrote: > > Is there something similar for copper clearing of pads/pins in polygons? > > Not that I'm aware of. Again, you could write one pretty easily by > copying the existing one. changeclearsize(selected,10,mil) Also works for mask, if you selec

Re: gEDA-user: Howto make solder mask extend equal for all pads in layout?

2008-10-04 Thread DJ Delorie
> Is there something similar for copper clearing of pads/pins in polygons? Not that I'm aware of. Again, you could write one pretty easily by copying the existing one. ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/ma

Re: gEDA-user: Howto make solder mask extend equal for all pads in layout?

2008-10-04 Thread Stefan Salewski
Am Samstag, den 04.10.2008, 10:07 -0400 schrieb DJ Delorie: > There is a MinMaskGap() action to increase the mask gap to vendor > minimums. What you can do is this: > > * Enable the mask layer > > * Select everything that needs the mask set > > * Use Ctrl-Shift-K to reduce the mask as much as y

Re: gEDA-user: Howto make solder mask extend equal for all pads in layout?

2008-10-04 Thread DJ Delorie
There is a MinMaskGap() action to increase the mask gap to vendor minimums. What you can do is this: * Enable the mask layer * Select everything that needs the mask set * Use Ctrl-Shift-K to reduce the mask as much as you can for everything selected * :MinMaskGap(Selected,=8,mil) to increas