-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Polygon pads in footprints are not converted correctly #28
Comments
Thanks for reporting! Can you please also provide a list of the missing pads/other issues that you found so we can look into them? |
Sure there is a lot. |
Yes, I can definitely see these issues now. I attach the source JSON file for reference, and will start opening separate issues for each kind of problem shortly. |
Most of the issues (all the resistors related issues) seem to be related to conversion of polygon-shaped pads, so I renamed the issue to reflect that. |
Hi @tianfeng33, can you please check again with the last version from master? Most issues should be resolved now, except for the GND PAD, which should eventually be fixed once #26 will be done and merged. |
I just tried this via the new online converter and it looks to be the same as before. Will the online version track specific releases or HEAD? |
@rattboi the online version tracks the releases. I have just released the latest fixes as 1.7.0, so they should now be reflected there as well. |
I took some time with this today and noticed an issue but I don;t know what is causing it. The problematic pads are converting as custom circular and not rectangle. They need to be rotated 180 and changed to rectangle to make them match the correct ones. I am still experiencing issues with some ground pads not attaching to the ground flood even though the net is gnd. |
Hi @tianfeng33, have you used the latest version (1.7.0)? If yes, can you please attach a screenshot highlighting the issues? |
the non labeled pad is normal Then changed to this. The GND issue might be related to my lack of familiarity with Kicad but everything circled in red is gnd net. but only some of them are reading that attachment and creating a spoke to ground on a fill. I went through and fixed the 30 or so pads that were importing incorrectly |
So here is the deal - it seems like these pads are defined as having a custom shape (polygon) in EasyEDA, and as such, we also convert them to custom shape pads in KiCad. It seems like KiCad can't connect pads with custom shape to the ground fill. I will see if we can automatically detect from the list of points that this looks like a rectangle, and emit a rectangle pad instead of a custom-shape pad. |
EasyEDA sometimes uses polygon pads, even through the shape is a reactangle. Unfortunately, KiCad does not handle polygon pads well in ground zones. Thus, as a workaround, we automatically detect polygon pads that form a rectangle, and convert them to a rectangular pad instead.
Can you please check now, with version 1.7.1? |
I checked the other day and forgot to update you. It is all working much better. Only one small issues left. The ground fill does not attach to the two pins on the tssop 14 footprint. I just connected them with traces. It is a very small thing but I thought I would mention it |
Thanks for the update @tianfeng33! The same happens on my end. The reason for this seems to be the minimum width of the Copper Zone, which is set to 0.254mm. I tried changing it to 0.1mm, and it did the trick for all 3 pads: |
Hi, Just reporting on an issues with the conversion. I seem to be missing pads and other things. There is a link to the json file on the git hub.
Here is a link to the project
https://easyeda.com/tianfeng/triple-bypass-v2
Thanks for your work
The text was updated successfully, but these errors were encountered: