Skip to content
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

Teardrops not added to all pads #43

Open
perdrix52 opened this issue Jun 6, 2022 · 5 comments
Open

Teardrops not added to all pads #43

perdrix52 opened this issue Jun 6, 2022 · 5 comments

Comments

@perdrix52
Copy link

Just installed this PI (0.6.0). Most pads did have teardrops added, but some didn't:

image

BTW can you explain what "Do not insert teardrops inside same net zones" means?

Thanks
D.

@NilujePerchut
Copy link
Owner

Teardrops on SMD pad in not well supported. You have to explicitly check the Include SMD pads if you want to try it.

The Do not insert teardrops inside same net zones prevents you to add teardrops inside a kicad zone. This is usually the good behavior to avoid holes in zone. See issue #18 for more details on that.

@perdrix52
Copy link
Author

I did tick Include SMD pads

@NilujePerchut
Copy link
Owner

As I said above, teardrops on SMD pad are not working properly.
If you really need this feature, I suggest you to take look at the new kicad builtin teardrop (needs to compile the current nightly with a special flag).

@WhiteChairFromIkea
Copy link

WhiteChairFromIkea commented Jun 6, 2022

As I said above, teardrops on SMD pad are not working properly. If you really need this feature, I suggest you to take look at the new kicad builtin teardrop (needs to compile the current nightly with a special flag).

It is easier than that, no need to compile anything: please download nightly (v6.99) and install as usual (will be side by side with existing v6.0). Then set allowteardrops flag insidde kicad_advanced file (search for that in the kicad forum). Teardrops are more advanced in native kicad, and I had no issues, ecen track neck down is implemented... But, dragons ahead, f8les saved with nightly (v6.99) are not backwards compatible with v6.0, so do backups.

Edit: exact texts (exact flagname and kicad_advanced filename) I written previously can be unprecise, came from my memory (I am not near pc now). But forum search should provide good results with similar keywords. I will be able to send my kicad_advanced file tomorrow. Also, I am not sure if that flag is needed anymore at all in order to use native teardrops, maybe this feature is already revealed to the public, too long time ago i changed that advanced file.

@NilujePerchut
Copy link
Owner

Thanks a lot ! I will give it a try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants