gEDA-user: Error, too many apertures needed for Gerber file
DJ Delorie
dj at delorie.com
Wed Mar 26 21:59:16 EDT 2008
> "Error, too many apertures needed for Gerber file."
We added a global aperture cache to work around some problems with
certain fabs. The table has 256 entries. Your board has 315 unique
apertures (that means, 315 total of line widths, pad widths, pin
diameters, etc).
If you want a work-around, just edit globalconst to change this:
#define GBX_MAXAPERTURECOUNT 256
To have a larger number. Of course, this assumes that your fab
supports that many apertures.
More information about the geda-user
mailing list