[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: PCB: Pad description obsolete?
> Pad[-2000 -6500 1500 -6500 6500 3000 9500 "1" "1" "auto,square"]
auto = autorouted (vs manually added) (which is odd for a pad, might mean autoplaced)
square = square pad (vs round pad)
The canonical list of flag names is in src/strflags.c in the
flagbits[] array. Descriptions of the flags are in src/const.h under
"object flags".
> also the brackets changed.... ( -> [.
This just changes the default units from 1 mil to 0.01 mil.