wokwi / easyeda2kicad

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

Error in generated KiCad PCB file #67

Closed anjonghyun closed 3 years ago

anjonghyun commented 3 years ago

파일 변환 오류 보고서.txt 화면 캡처 2021-07-07 165431 화면 캡처 2021-07-07 165419

urish commented 3 years ago

Can you please upload / add a link to the board file itself (PCB_SU9_STM32_2021-07-07.json) ?

anjonghyun commented 3 years ago

새 폴더.zip

urish commented 3 years ago

Thanks! I can see this reproduces for me as well.

Looking inside the kicad_pcb file, I can even see what causes the issue:

(fp_arc (start NaN NaN) (end -2.05 -1.699) (angle NaN) (width 0.099) (layer "F.SilkS"))

I'll investigate where these NaN values from from and fix

urish commented 3 years ago

Fixed, thanks for reporting!