Results 11 comments of adamws

I think that this is expected, labels are split with `"\n"` https://github.com/ijprest/kle-serial/blob/master/index.ts#L119 (and then reordered) so you won't get constant length `labels` array after conversion. As far as my tool...

There are few tools with similar functionality, one of them ([kicad-kbplacer](https://github.com/adamws/kicad-kbplacer)) is mine. It uses pcbnew python API and is available via kicad's plugin manager. I also integrated it with...

Coordinates notion for rotated keys is perhaps counterintuitive but it actually makes sense. This is how I imagine this: all keys share default coordinate system (red) untill they are not...

> If you are interested in the global absolute positions, which you will need f.e. for plotting you have to trace the full chain of coordinate changes. The displayed coordinate...

This happens when running outside git repository. Must initialize repository first https://git-scm.com/docs/git-init

Is it listed in `Tools->External Plugins` menu? Are there any errors in `Preferences->PCB Editor->Action Plugins`?

when executed, plugin creates `kicadgit.log` file in plugin directory. The path of plugin is platform dependent, it can be checked in preferences: ![image](https://github.com/user-attachments/assets/a5c0d4b9-851c-435b-9cc4-f4e018cd0da7) If executing plugin gives not effect (no...

The minimal required KiCad version is 7.0.0 - KiCad's PCM (plugin and content manger) should not let installations for older versions. It probably *could* work with

probably related to https://github.com/adamws/kicad-kbplacer/issues/27 are you sure that opened PCB file have footprints and you are using correct `Footprint Annotation` value?

Indeed, something is broken. will take a look some time soon