You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the Python module to produce fabrication output within CI/CD pipelines. I'd like to use a Git tag or short rev as revision resp. the date of the last commit as date displayed on the Schematic and the PCB. For that I use the variables $rev and $date in a text field on the silk screen.
I suggest to introduce a method for the Project class that can override the title_block_values resp. project_meta values i find in the project files.
The text was updated successfully, but these errors were encountered:
I use the Python module to produce fabrication output within CI/CD pipelines. I'd like to use a Git tag or short rev as
revision
resp. the date of the last commit asdate
displayed on the Schematic and the PCB. For that I use the variables$rev
and$date
in a text field on the silk screen.I suggest to introduce a method for the
Project
class that can override thetitle_block_values
resp.project_meta
values i find in the project files.The text was updated successfully, but these errors were encountered: