[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: How to make PCB 1 mm connector?
> It doesn't take 4 numbers; the element definition vairables begin:
>
> Flags, "name", "name", "name", X, Y, TX, TY, TO, TS, TFlags ...
> Flags are the element flags
> X, Y is the element position on the board (meaningless within the library)
> TX, TY is the text position relative to X, T
> TO is the text orientation
> TS is the text scale facor
> TFlags are the text flags.
Thank you. I was going by what page 53 of pcb.pdf said:
Element = "Element(" Flags Description LayoutName Value \
TextX TextY direction scale TextFlags")"
It doesn't list X & Y.