Uri Shaked
Uri Shaked
You're welcome :) I guess it should be possible, but unfortunately I do not have the capacity to look into this. Maybe someone else would?
@opeRaptor just to confirm, you are trying to convert an EasyEDA Footprint file, right?
Yes, that's exactly the purpose of the issue! I think that the shape should contain most if not all of the info required for generating the `.kicad_mod` footprint file. TBH...
Thanks for reporting! Schematics are still work in progress, @karinch is working on adding the missing parts. If you could attach a sample EasyEDA schematic file that fails the conversion,...
Thanks, I'm attaching them to the issue to make it easier for collaborators to find it: [Project_POWER IOT OUTLET_20200416140429_2.zip](https://github.com/wokwi/easyeda2kicad/files/4489398/Project_POWER.IOT.OUTLET_20200416140429_2.zip)
Sometimes that outline does not close due to rounding errors with rounded corners / arcs. Do you use any rounded corners / arcs in your design?
Yes, if you can provide the original board JSON file I can have a look to see if this is something that can be fixed
Thanks for reporting! #31 and #32 should fix this :-)
The `.kicad_mod` files are quite similar to the `.kicad_pcb` format, so it could be as simple as reusing the [logic that converts footprints](https://github.com/wokwi/easyeda2kicad/blob/84a9d4cd8858be9a54df5c65d673b3f9190ad8dc/src/board.ts#L504-L559) and just dumping the result to a...
Nope :)