KiCad-cli populate schematic title fields before export

Hi,

I am trying to export my kicad schematic files programmatically from the command line. I have a bunch of python tools which administer my kicad projects (eg package up gerbers for manufacture, BOM generation etc).

I’d like to populate the title page with some custom text (I want to add a version control tag string) to the schematic version field. Is it possible to update these fields “on the fly”?

The cli in 8.0 has the ability to pass variables with -D

This is not available in 7.0

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.