Dave Vandenbout
Dave Vandenbout
This problem occurred because I erroneously referenced KICAD6 in the KICAD7 library parser. I fixed it in the development branch. Give it a try and see if it works for...
KiCad 7 introduced a new pin type: free. I added that to the development branch. Should clear this error.
I assume you're using the SKiDL 1.1.0. I created the same error by adding parentheses to a part name in a KiCad V6 library. I think the parentheses are getting...
I'm working on it.
@jemathews0 PR for generating SVG was submitted while I was making a bunch of changes to SKiDL over an extended period of time, which made it difficult for me to...
Apologies for the delay in replying. In a command window, you should be able to type `kipart -v` and get the version number. Let me know if that works.
I haven't seen any errors when running HierPlace within PCBNEW (either version 5 or 6). I have seen the following error when using `generate_pcb()` in skidl: ``` ./kicad/pcbnew/action_plugin.cpp(163): assert "PgmOrNull()"...
Creating SVG schematics isn't supported for KiCad versions 6 and above. This feature is currently being worked on and should be in the development branch in a few weeks. Thanks...
Just wanted to come back and mention that SVG schematics can now be generated. Right now, you'll need to use SKiDL's development branch to do it: ```bash pip install git+https://github.com/devbisme/skidl@development...
Thanks for the contribution. I'm not familiar enough with Gentoo to understand what benefits this provides. If it is solely for Gentoo users, then I would rather pull it into...