Is your feature request related to a problem? Please describe.
It would be nice to specify the navigate_results category for the new erc/drc preflights in the same manner as other outputs. In my case, I would like to put erc/drc outputs on a single Navigate Results page rather than one under Schematic and one under PCB.
Describe the solution you'd like
Add a category option to the erc and drc preflights. For example:
erc:
dir: ./reports
category: docs`
Describe alternatives you've considered
I can achieve the desired behavior by modifying the hardcoded category in the source files (pre_erc.py & pre_drc.py), but for obvious reasons it would be better if this option was available via the preflight config file.
Thanks for all you work on KiBot, I can't tell you how many hours of work it's already saved me!
Is your feature request related to a problem? Please describe. It would be nice to specify the navigate_results category for the new erc/drc preflights in the same manner as other outputs. In my case, I would like to put erc/drc outputs on a single Navigate Results page rather than one under Schematic and one under PCB.
Describe the solution you'd like Add a
category
option to the erc and drc preflights. For example:Describe alternatives you've considered I can achieve the desired behavior by modifying the hardcoded category in the source files (pre_erc.py & pre_drc.py), but for obvious reasons it would be better if this option was available via the preflight config file.
Thanks for all you work on KiBot, I can't tell you how many hours of work it's already saved me!