Leandro Heck
Leandro Heck
The way how kiri works is this: it converts the schematic and the layout to an image (an svg image) then after that it uses a tool to overlap those...
Perhaps there is a chance of doing this. If I could replicate this with JavaScript, then it can be done. It may not work always, but it may work in...
Hi @milesvp I was experimenting with optimizing the svgs files for web. This is really good for performance while browsing the results. Then I saw the produced files are better...
Note that this is not perfect, some layers can be removed. Some others without "visible" changes are still there. https://github.com/leoheck/kiri/assets/1277920/24e26d35-df14-42ae-8678-314e37473ae7
Hey @Nudelsalad, I am about to merge it. However, I did not feel the scour was making any improvement on the navigation as I felt with the svgo and the...
I ran kiri on megadesk quickly here, and the layout did not work for me on Linux either. Maybe I have to improve some paths of Python, I will check...
it is the intended behavior. there might a flag to remove that. don't remember if it will do something with the -k flag. Check it with -h, please. Also, if...
> The date command doesn't seem to be a problem anywhere except for kiri -v. gdate version 9.4 is installed on my system, but running alias date=gdate doesn't fix kiri...
I pushed a fix to `kicadiff` so it will not fail when plotting Kicad 8 layouts. If this is the problem, it is fixed. Please, feel free to open this...
Hi @lowie2727 it looks like your repo does not have layout, or there is a problem somewhere. You have 2 options to check this. 1. First, try to use the...