wokwi / easyeda2kicad

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

Add support for 4-layer (or more) PCBs #33

Closed urish closed 4 years ago

urish commented 4 years ago

Currently, we only convert layer numbers 1...15.

Looking at an EasyEDA board file, it seems like the inner layers are numbered starting from 21:

    "21~Inner1~#999966~false~false~false~~",
    "22~Inner2~#008000~false~false~false~~",
    "23~Inner3~#00FF00~false~false~false~~",
    "24~Inner4~#BC8E00~false~false~false~~",
    "25~Inner5~#70DBFA~false~false~false~~",
    ...

Thus, we need to find the corresponding layer names in KiCad, and probably also add them to the generated layers array in the output file.

urish commented 4 years ago

Released this feature as part of v1.9.0