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
222 stars 40 forks source link

Kicad Symbol has misplaced geometry #68

Open besi opened 4 months ago

besi commented 4 months ago

Footoprint: OmronElectronics-G5LE_1A4DC6

Screenshot 2024-03-08 at 11 24 44

Command:

JLC2KiCadLib -dir lib -symbol_lib jlc_symbols -symbol_lib_dir "." -footprint_lib jlc_footprints.pretty' C1564818

Now in Kicad the symbol looks like follows and it looks like several lines are missing:

Screenshot 2024-03-08 at 11 26 33

Looking more closely I figured that the geometry has moved quite some distance upward (towards the sky if you will):

Screenshot 2024-03-08 at 11 27 11
besi commented 4 months ago

Another example is C688864 which just hass the labels floating high above

Screenshot 2024-03-08 at 11 35 51
TousstNicolas commented 4 months ago

Hi, thank you for reporting this issue.

This is an issue I am aware of with the arc of circle's geometry. Unfortunately I have not had the time to find a fix.

Any help on this matter would be welcomed.