André S.
André S.
I had a look at this today since it failed for me too. Since 6.0 is officially released now I thought I make my new project with it, but now...
Thanks for the fast reply. However, it now fails at line 334 with: `"AttributeError: 'BOARD' object has no attribute 'GetModules'"` after `pcbnew.GetBoard().GetModules()` Seems like there was changed something else under...
No, it's the release version: Application: KiCad (64-bit) Version: (6.0.1), release build Libraries: wxWidgets 3.1.5 libcurl/7.78.0-DEV Schannel zlib/1.2.11 Platform: Windows 10 (build 19043), 64-bit edition, 64 bit, Little endian, wxMSW...
I downloaded this version: https://codeload.github.com/MitjaNemec/Kicad_action_plugins/zip/refs/heads/master from the link it looks like the master branch.
I just tried with the "test" version linked above but this just throws a non-descriptive "list out of range" error.
Hi, I would love to help out here. However, I cannot figure out how to debug a script, how to run it on my board from the Python console (or...
Hi I found the log file, did look for in in the plug-in directory instead of the project directory. (using the 5.99 test version) It points to a definite code...
To me it looks a bit like that on Windows there are mixed path characters in use "/" and "\\"?
Had to revert my original comment... One has to "Refresh Plugins" before PCBnew takes the edited version and runs it… wtf? Looks like PCBnew loads the plugins at startup and...
Hi, today I had another dig into this. I found that there are entries in your `bmod` list, that don't return a path. ``` bmod[-88].GetPath().AsString() '/00000000-0000-0000-0000-000061b8c737/00000000-0000-0000-0000-000061f14363' bmod[-87].GetPath().AsString() '' ``` What...