[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: panel2pcb bug
Try this patch to panel.pl:
- next if /\b(Via|Pin|Pad|ElementLine|Line|Arc|ElementArc)/;
+ next if /\b(Via|Pin|Pad|ElementLine|Line|Arc|ElementArc|Text)/;
The first board is used as a template for the panel, which is probably
where the extra text came from.
_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user