wokwi / easyeda2kicad

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

Some footprints silkscreen is too large #13

Closed mtiutiu closed 4 years ago

mtiutiu commented 4 years ago

Description: I just converted one of my designs and some capacitors get a pretty large footprint silkscreen drawing.

Expected result: Footprints silkscreen should have the right size after conversion.

See attached pictures.

Original: Screenshot from 2020-01-29 15-34-47

Conversion result: Screenshot from 2020-01-29 15-35-31

Project files: project.zip

KiCAD version (latest stable): 5.1.5 easyeda2kicad version: 1.3.2

If any other details are needed please let me know. Thanks.

mtiutiu commented 4 years ago

Oh..and I forgot to mention that there are two high voltage symbols in the upper part of the board which are being rendered incomplete after the conversion also (the thunder strike arrow is missing).

urish commented 4 years ago

Capacitor issue fixed in aebe5df.

Board outline arc - seems like the start/end or the angle have to be inverted, but I'm not sure what the logic for determining that should be, so it requires further investigation.

As for the high voltage symbols - these are SOLIDREGIONs of type solid, which are not currently supported - can you please open another issue for that?

mtiutiu commented 4 years ago

@urish Sure. I will open another ticket for the board outline also as it's more ok to be tracked as a separate issue. Thanks.

See #15 for the silkscreen symbols issue. See #16 for the board outline issue.

urish commented 4 years ago

Thanks! So we can close this one