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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

USB-C missing oval pin hole

dzid26 opened this issue · comments

Describe the bug
Oval pin hole not imported for the usb-c footprint
image

To Reproduce
Steps to reproduce the behavior:

  1. C2840396, C2840395, C2840394

Expected behavior
Oval should be imported.:
image

Thanks for reporting this issue :

I ran for C2840396 and got the following logs :

2024-03-03 09:28:52,487 - INFO - creating library for component C2840395
2024-03-03 09:28:53,277 - INFO - creating footprint ...
2024-03-03 09:28:53,555 - WARNING - footprint handler : h_SOLIDREGION, Edge.Cuts shape not handled, see https://github.com/TousstNicolas/JLC2KiCad_lib/issues/41 for more informations
2024-03-03 09:28:53,555 - WARNING - footprint handler : h_SOLIDREGION, Edge.Cuts shape not handled, see https://github.com/TousstNicolas/JLC2KiCad_lib/issues/41 for more informations
2024-03-03 09:28:53,556 - INFO - Downloading STEP Model ...
2024-03-03 09:28:54,298 - INFO - STEP model created at JLC2KiCad_lib/footprint/packages3d/USB-C-SMD_TYPEC-501S-ACP24H104.step
2024-03-03 09:28:54,298 - INFO - added JLC2KiCad_lib/footprint/packages3d/USB-C-SMD_TYPEC-501S-ACP24H104.step to footprint
2024-03-03 09:28:54,305 - INFO - created 'JLC2KiCad_lib/footprint/USB-C-SMD_TYPEC-501S-ACP24H104.kicad_mod'
2024-03-03 09:28:54,725 - INFO - creating symbol TYPEC-501S-ACP24H104_0 in TYPEC-501S-ACP24H104
2024-03-03 09:28:54,727 - INFO - found component already in TYPEC-501S-ACP24H104, updating TYPEC-501S-ACP24H104

So dupilcate of #41

I will try to implement the parser for your case.
In the meantime, I am closing this issue.