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

Re: gEDA-user: pin macro with no pad?



i gotcha =)

i was doing that on ACCIDENT actually because i was modifying another
newlib footprint for my own use.  i thought it had a really tiny
copper ring around the hole but it turns out it doesnt show up on the
copper layer.  i am supposed to set it as 0x0009 right?  wont just
0x0008 set all the other flags too?  =/


On Sat, 26 Mar 2005 13:30:16 -0500, DJ Delorie <dj@xxxxxxxxxxx> wrote:
> 
> You need to set the HOLEFLAG flag bit (0x0008 for integer flags, or
> "hole" for symbolic flags).
> 
> #define HOLEFLAG 0x0008 /* pin or via is only a hole */
>