uPesy / easyeda2kicad.py

Convert any LCSC components (including EasyEDA) to KiCad library
GNU Affero General Public License v3.0
746 stars 73 forks source link

Upgraded to 8.05 #147

Open b1063n opened 2 months ago

b1063n commented 2 months ago

It seems the symbol library does not work anymore in 8.05

Can this change be related to this?

https://gitlab.com/kicad/code/kicad/-/issues/18250

b1063n commented 2 months ago

Nevermind, somehow in the xxx.kicad_sym file an extra ")" was added at some point somehow and it did not allow for further addition of parts.

Manually removed it and it seems fine now.

samkristoff commented 2 days ago

I had the same issue after running easyeda2kicad for the first time on an existing symbol library. The new part was added to the library file but included an extra close parenthesis ')' before the new symbol. This caused extra parenthesis closed the (kicad_symbol_lib entry in the file.

I deleted the extra ')' character and the new component showed up in KiCad.

I then ran easyeda2kicad again with a different comonent and that one worked fine (ie no extra parenthesis was added the second time)

image

b1063n commented 2 days ago

Yes that is how I fixed it. It happens occasionally (not very often), the fix is rather easy so I dont mind it too much.