Updated name text vars in templates, and expand full_name var using

kibot
This commit is contained in:
andrewc
2024-01-17 15:11:30 +10:00
parent ff8b1b7985
commit e819099ed5
3 changed files with 8 additions and 2 deletions

View File

@@ -18,6 +18,9 @@ preflight:
- name: 'name'
expand_kibot_patterns: true
command: 'echo $KIBOT_PCB_NAME | rev | cut -d"/" -f1 | rev | cut -d"-" -f1'
- name: 'title'
expand_kibot_patterns: true
command: 'echo $KIBOT_PCB_NAME | rev | cut -d"/" -f1 | rev | cut -d"." -f1 '
fill_zones: true
ignore_unconnected: false

View File

@@ -476,6 +476,8 @@
"text_variables": {
"date": "",
"rev": "",
"title": ""
"title": "",
"client": "",
"name": ""
}
}

View File

@@ -477,6 +477,7 @@
"date": "",
"rev": "",
"title": "",
"client": "TCS JOHN HUXLEY"
"client": "TCS JOHN HUXLEY",
"name": ""
}
}