Jan Mrázek
Jan Mrázek
Small update: There is no DRC-related API in KiCAD 5. There are some massive changes in DRC planned for KiCAD 6 and also DRC for Python API is on version...
@mayl I checked the news in KiCAD nightly. It seems that we are able to implement inheritance of the rules and also (a limited) automated running of the check. Please...
Well, and it is broken again for nightly as the interface we used was removed: https://gitlab.com/kicad/code/kicad/-/issues/6885.
The problem is that design rules are not the only broken part. Originally, I wanted to preserve at least the partial compatibility with v6. However, as the KiCAD developers responsible...
Hello, I am currently in the middle of adding support for v6 and finally, we can properly transfer design rules from source boards to panels. However, I am currently wondering...
With KiCAD 6 custom DRC rules, we can actually easily combine multiple designs with multiple design rules into a single panel and verify that all of the designs follow their...
There is progress: each board in the design has custom generic design rules that it follows. What remains to add is the support for custom rules. This was introduced in...
You have to create code-signing certificate.
I am sorry; I missed that you already create a code-signing certificate on my phone. I donẗ have a Mac to try and I haven't found anything useful by googling....
@tjlusco: If can fix it and validate it works, please, submit a PR. I don't have Mac available, so I am not able to make the changes by myself.