TousstNicolas / JLC2KiCad_lib

JLC2KICAD_lib is a python script that generate a component library (schematic, footprint and 3D model ) for KiCad from the JLCPCB/easyEDA library.
MIT License
228 stars 42 forks source link

footprint problems #37

Closed immortal-sniper1 closed 9 months ago

immortal-sniper1 commented 1 year ago

Describe the bug A clear and concise description of what the bug is. there is no courtyard for any footprint Also all footprints are labeled as THT (not a real problem but i noticed it when i was in 3D view )

To Reproduce Steps to reproduce the behavior:

  1. LCSC part # that caused the issue
  2. Arguments used for the execution vanilla arguments for both and C98732

Expected behavior A clear and concise description of what you expected to happen. some courtyard on that layer

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

TousstNicolas commented 1 year ago

Thank you for reporting this issue.

Unfortunately, unless I missed it, the courtyard is not present in easyeda, therefore they won't be present in the kicad schematic.

As for the THT components, I will check what is happening.