One issue we encounter is the âExecute commandâ job:
When this command is used:
python âPATH-TO-3RD-PARTY\generate_interactive_bom.pyâ âPATH-TO-PCB\xxx.kicad_pcbâ
It works (absolut paths used)
My question now: Is the kicad-brd file loaded automatically when the project is opened?
It would be nice to have something like this working (relative paths):
python ${PATH-TO-3RD-PARTY}\plugins\org_openscopeproject_InteractiveHtmlBom\generate_interactive_bom.py ${FILEPATH}