wokwi / easyeda2kicad

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

Missing nets after conversion #29

Closed urish closed 4 years ago

urish commented 4 years ago

In some cases, the EasyEDA board file is missing the routerRule object with the list of nets. This currently results in no nets being converted. An example for such case is the board from #28.

We should be able to reconstruct the list of nets as we go over the PCB tracks/pads, and save this information in the converted kicad file.