Mail Archives: geda-user/2017/12/26/22:03:47
On Tue, 26 Dec 2017, karl AT aspodata DOT se wrote:
>> Thank you, fixed in r13662.
>
> It seems that that file wasn't the only one:
>
> $ find /Net/cvs/cvs.gedasymbols.org/www/user/erich_heinzle/kicad/footprints/ -type f -print0 | xargs -0 fgrep '",onsolder' | wc -l
> 3609
> $
>
> so the problem is probably in the converter code, something in
I agree, but I also like to follow Postel's Law, so not accepting empty
falg on that list on our input was just a bug. Also, it required only 2
lines to fix it.
Regards,
Igor2
P.s. Tip: with pcb-rnd you don't need to keep a full cvs checkout of
gedasymbols if you don't want to: you can configure the library paths so
that it can build a cache and work directly from gedasymbols.org,
downloading only the footprints you really use. Also works with edakrill.
Pros: no need to have a full copy, no need to manually update.
Cons: requires internet access (for updating the index or downloading new
footpritns - old ones work from cache offline as well)
- Raw text -