mitxela / kicad-round-tracks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working in KiCad 7 on Mac

airiclenz opened this issue · comments

Hello, version 7 of KiCad seems to have broken the plugin. I am receiving this error message on a mac:

Traceback (most recent call last):

File "/Users/username/Documents/KiCad/7.0/3rdparty/plugins/com_github_mitxela_kicad-round-tracks/round_tracks_action.py", line 378, in Run
rt = RoundTracks(board, self)

File "/Users/username/Documents/KiCad/7.0/3rdparty/plugins/com_github_mitxela_kicad-round-tracks/round_tracks_action.py", line 56, in __init__
for class_id in self.board.GetDesignSettings().GetNetClasses().NetClasses():

AttributeError: 'BOARD_DESIGN_SETTINGS' object has no attribute 'GetNetClasses'

...saw that this was already posted and answered here: #22
Closing it - Thanks Mitxela!

closed.