[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: pcb insulator layer



In draw.c's DrawEverything, look for the two lines like this:

	      r_search (PCB->Data->via_tree, drawn_area, NULL, pin_callback,
			NULL);

(one has pin_callback, one has hole_callback)

You want to skip those on your insulator layers.

You can skip the pin_tree ones too if you need to.

This is also the place to do "magic" specific to your board, like
drawing vias with bigger copper, copying smt pads, etc.


_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user