kiutils
kiutils copied to clipboard
Simple and SCM-friendly KiCad file parser based on Python dataclasses for KiCad 6.0 and up.
Results
13
kiutils issues
Sort by
recently updated
recently updated
newest added
- replace `if` with `elif` where possible - if the first condition is true the next one can not be, so it doesn't make any sense to use the next...
When I create a custom Rule in KiCad, I can use the syntax ``` (rule "HV to HV (IL)" (layer inner) (constraint clearance (min 2.4mm)) (condition "...")) ``` to limit...