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

Adapt to KiCad6.0.0 #37

Closed
wants to merge 1 commit into from

Conversation

sekigon-gonnoc
Copy link

Tested on KiCad 6.0.0, Windows10 64bit

@hsgw
Copy link

hsgw commented Dec 26, 2021

Working perfectly on kicad6.0.0, win11 64bit too.
Thanks.

@BenRoe
Copy link

BenRoe commented Dec 26, 2021

Can also confirm, it works on OSX with Kicad 6.0.0

@AndrewKeene
Copy link

Also confirming, all good on Win11 64-bit, KiCad 6.0.0 release. Thank you.

@pierrotm777
Copy link

pierrotm777 commented Dec 29, 2021

Can you say me how to install it with 6.0 please ?
I use w11.
Thanks

@WhiteChairFromIkea
Copy link

In pcb editor: tools -> open pligins directory, copy plugin there, restart pcbeditor

@kb-elmo
Copy link

kb-elmo commented Dec 30, 2021

Nice work! 😄

Though I found that this creates very very small teardrops on rounded traces.
Is there any way to make these larger or follow the rounded trace further?

image

 
In the RC6 branch version I did get larger teardrops but they were misaligned on round traces.
image

@pierrotm777
Copy link

WhiteChairFromIkea,

I have tried your method without success.
path
plugins

@kb-elmo
Copy link

kb-elmo commented Dec 30, 2021

WhiteChairFromIkea,

I have tried your method without success.

The new path for the KiCAD plugins in version 6 is \Documents\KiCAD\6.0\scripting\plugins

@WhiteChairFromIkea
Copy link

WhiteChairFromIkea commented Dec 30, 2021

WhiteChairFromIkea,

I have tried your method without success.

Maybe you tried to install v5-only compatible branch? You need to use v5,99 branch (as posted here https://forum.kicad.info/t/yet-another-python-teardrop-script-adds-and-deletes-teardrops-to-a-pcb-v0-3-3/3388/101?u=poco)

@NilujePerchut
Copy link
Owner

Hi all
@sekigon-gonnoc : I was planning to merge my V5.99 branch into master to make Kicad V6 the new default when I saw your pull request.
From what I see, it seems to do the same as my V5.99 branch. Can you tell me if you pull request does something more (not in the 5.99 branch) ?
If not, I will merge the branch and discard both pending pull requests on the same subject

@NilujePerchut
Copy link
Owner

@kb-elmo : I will try to look at the problem (teardrops on rounded tracks). But cannot guaranty anything due to my very little bandwidth for that on the moment.

@sekigon-gonnoc
Copy link
Author

@NilujePerchut I found difference in teardrop_gui.py.
This PR can fix dialog layout. KiCad 6 probably changed wx.DefaultSize from KiCad 5.99.
Please close this pull request after updating gui of V5.99 branch because some changes in td.py are conflicting.

@NilujePerchut
Copy link
Owner

V6 in now supported in the master branch

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

Successfully merging this pull request may close these issues.

None yet

8 participants