Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LCSC Part import stop working #29

Open
MatheusOCorrea opened this issue Sep 26, 2024 · 4 comments
Open

LCSC Part import stop working #29

MatheusOCorrea opened this issue Sep 26, 2024 · 4 comments

Comments

@MatheusOCorrea
Copy link

The mensage above appears:

"Try to import EeasyEDA / LCSC Part# : C5123977
Use overwrite option to update the older symbol
Use overwrite option to replace the older footprint
Created 3D model SOT-23-6_L2.9-W1.6-H1.5-LS2.8-P0.95 (wrl,step)"

But the part does not appear in the library, was working but suddenly stopped.
3D model is create in the library \EasyEDA.3dshapes.

@MatheusOCorrea
Copy link
Author

MatheusOCorrea commented Sep 26, 2024

I found the issue, in EasyEDA.kicad_syn affter six symbols the one bracket close header "(kicad_symbol_lib", after delete the extra bracket, all components added appears.
This bracket appear ramdomicaly after a few components added.

@Steffen-W
Copy link
Owner

Try to import EeasyEDA /  LCSC Part# : C476766
Created Kicad symbol C0805B104K500NT
Created Kicad footprint C0805
Created 3D model C0805_L2.0-W1.3-H1.3 (wrl,step)

Try to import EeasyEDA /  LCSC Part# : C136141
Created Kicad symbol C4532X5R1E106M250KA
Created Kicad footprint C1812
Created 3D model C1812_L4.5-W3.2-H2.6 (wrl,step)

Try to import EeasyEDA /  LCSC Part# : C5123977
Use overwrite option to update the older symbol
Use overwrite option to replace the older footprint
Created 3D model SOT-23-6_L2.9-W1.6-H1.5-LS2.8-P0.95 (wrl,step)

Try to import EeasyEDA /  LCSC Part# : C1674
Created Kicad symbol 0603CG5R6C500NT
Use overwrite option to replace the older footprint
Created 3D model C0603_L1.6-W0.8-H0.8 (wrl,step)

Try to import EeasyEDA /  LCSC Part# : C1674
Created Kicad symbol 0603CG5R6C500NT
Created Kicad footprint C0603
Created 3D model C0603_L1.6-W0.8-H0.8 (wrl,step)

Try to import EeasyEDA /  LCSC Part# : C5123977
Created Kicad symbol LGS63032
Created Kicad footprint SOT-23-6_L2.9-W1.6-P0.95-LS2.8-BR
Created 3D model SOT-23-6_L2.9-W1.6-H1.5-LS2.8-P0.95 (wrl,step)

Try to import EeasyEDA /  LCSC Part# : C174766
Created Kicad symbol CR1812F43KE04
Created Kicad footprint R1812
Created 3D model R1812_L4.5-W3.2-H0.6 (wrl,step)

Try to import EeasyEDA /  LCSC Part# : C5123977
Created Kicad symbol LGS63032
Created Kicad footprint SOT-23-6_L2.9-W1.6-P0.95-LS2.8-BR
Created 3D model SOT-23-6_L2.9-W1.6-H1.5-LS2.8-P0.95 (wrl,step)

I imported the following components for the test:
C23869, C5123977, C2040, C307478, C60474, C476766, C136141, C1674, C174766

I was unable to reproduce the error. However, the components were not overwritten even if I wanted to.

For your information. I imported the plugin uPesy/easyeda2kicad.py and did not write it myself. Only the GUI comes from me. But if the error was caused by me, I will take care of it. Can you reproduce the error somehow so that I can debug it?

I have not found an issue either.

@MatheusOCorrea
Copy link
Author

Occurs many times last night, but now the error stopped.
But what happens is this bracket in line 3740 in the EasyEDA.kicad_sym file.

EasyEDA.kicad_sym.txt

@Steffen-W
Copy link
Owner

Very quirky. If it is at all possible for you to reproduce the error, I would be very pleased. I'll look through the code when I get a chance and try to find the source of the error. But I'm assuming that it's somewhere in uPesy/easyeda2kicad.py in any case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants