Results 125 comments of Greg Davill
trafficstars

When your PCB editor is open, what is the window title? We have had issues in the past trying to match the text "PCB Editor" directly on non-english systems.

We currently pass-through `wx.GetTranslation()` which was a fix for the locale issue. But I wonder if that's causing an issue here. If you can open up a scripting console from...

Strange indeed, I've adjusted the logic, and opened a PR with the changes if you're able to try them out.

We can merge that in, I think it's an issue with particular wxWidgets versions. The solution is backwards compatible. We'll probably have to push a release soon so that KiCad...

1.6.1 was released. A package to install via the PCM is in the release: https://github.com/gregdavill/KiBuzzard/releases/tag/1.6.1 It should be available directly in the PCM in the coming days. (Merged upstream: https://gitlab.com/kicad/addons/metadata/-/commit/205562d9d347971cfd21cb41aa943b5b5f165866...