MitjaNemec / ReplicateLayout

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

Fatal error: AttributeError: 'BOARD_ITEM' object has no attribute 'SetNetCode' #53

Closed greenscreenflicker closed 1 year ago

greenscreenflicker commented 1 year ago

grafik The log is attached. replicate_layout.log

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.

tobimai commented 1 year ago

I had the same bug, just updated via Kicad Addon manager and can confirm it's now gone.

MitjaNemec commented 1 year ago

@tobimai , thanks for reporting back