leoheck / kiri

Kiri is a visual tool designed for reviewing schematics and layouts of KiCad projects that are version-controlled with Git.
MIT License
476 stars 32 forks source link

KiCAD 8.0 Support #110

Closed OmegaRogue closed 3 months ago

OmegaRogue commented 3 months ago

Now that 8.0 is out, are there plans to update this to support kicad 8.0?

leoheck commented 3 months ago

It already supports it, even before Kicad 8 was released. What is missing?

leoheck commented 3 months ago

What is not working? If it is the layout... then can you try running it this way:

kiri -r -D -k -t 4

This will plot the layout using kicad-cli (flag -f) but this takes more time, then -t 4 will limit the process to the last N commits.

OmegaRogue commented 3 months ago

ah, sorry, i thought i remembered there being a kicad plugin, but thats not the case

leoheck commented 3 months ago

it can bem added as a plugin, but not in the package manager. the repo has a script to do that.