wokwi / easyeda2kicad

Convert EasyEDA designs to KiCad EDA
https://wokwi.com/tools/easyeda2kicad
Other
287 stars 39 forks source link

Wrong pads orientation for QFN packages #7

Closed mtiutiu closed 4 years ago

mtiutiu commented 4 years ago

Description: I tried to convert one of my projects to KiCAD using this utility but it generates pads with wrong orientation for QFN packages (pads seem to be rotated 90 degree).

Expected result: Pads should have the right orientation.

See attached pictures.

Thanks for this little nifty tool.

wrong_pads_orientation

EasyEDA project: Touch_Switch_2ch.zip

urish commented 4 years ago

Thanks for reporting! Just to confirm, have you used the latest version of the tool, 1.3.1?

You can print the version number by running: easyeda2kicad -v

mtiutiu commented 4 years ago

Thanks for reporting! Just to confirm, have you used the latest version of the tool, 1.3.1?

You can print the version number by running: easyeda2kicad -v

Yep - I cloned your repository and used the latest master code:

node dist/main.js -v
Version 1.3.1
urish commented 4 years ago

I pushed a fix, can you please check (also for #8)?

mtiutiu commented 4 years ago

Nice - it's fixed now. Thanks. Issue can be closed now along with #8.

Attaching the result of conversion: rotation_fixed

urish commented 4 years ago

Awesome! I'm looking into the other other issues now