> 2.) Is it possible to add extra paste in PCB? I tried adding a "paste" and > "frontpaste" layer but it just created a signal8 gerber; I'd like it to > combine the paste layer with the internally generated one (for the pads and > drilled holes.)
PCB doesn't support this, but I've hacked it to merge a named layer into the paste layer before. Look for DrawEverything() in src/draw.c; you can hack it to produce whatever results you want. _______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

