MitjaNemec / ReplicateLayout

GNU General Public License v2.0
90 stars 12 forks source link

Does not replicate traces in KiCad 7.02 #52

Closed TchDuke closed 1 year ago

TchDuke commented 1 year ago

KiCadVer RL_Issue replicate_layout.log

MitjaNemec commented 1 year ago

Thanks for reporting. It looks like there were a number of changes in python API from 7.0.1 to 7.0.2. This might be related to https://gitlab.com/kicad/code/kicad/-/issues/13921

And is duplicate to issue #51, but since that one is closed, I'll track this issue here

MitjaNemec commented 1 year ago

This is the same as #49. So if you are in a hurry you can patch it locally. Otherwise you'll have to wait a bit

elektronchika commented 1 year ago

I have the very same log as posted. Placement is replicated, routing not.

BTW - great plugin, I use it a lot :)

rigustafson commented 1 year ago

Same error here

MitjaNemec commented 1 year ago

First of all, thanks for reporting this.

As it turns out this is due to a bug in KiCad. It got introduce just before the 7.0.2 release with 8e579ec8 and got fixed just after the 7.0.2 was tagged in 7843e6a7.

Anyhow, the fix for this is in 2.0.12 release, which is available for installation from file and should be available in PCM in a couple of days.