Updated name text vars in templates, and expand full_name var using
kibot
This commit is contained in:
@@ -18,6 +18,9 @@ preflight:
|
|||||||
- name: 'name'
|
- name: 'name'
|
||||||
expand_kibot_patterns: true
|
expand_kibot_patterns: true
|
||||||
command: 'echo $KIBOT_PCB_NAME | rev | cut -d"/" -f1 | rev | cut -d"-" -f1'
|
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
|
fill_zones: true
|
||||||
ignore_unconnected: false
|
ignore_unconnected: false
|
||||||
|
|
||||||
|
|||||||
@@ -476,6 +476,8 @@
|
|||||||
"text_variables": {
|
"text_variables": {
|
||||||
"date": "",
|
"date": "",
|
||||||
"rev": "",
|
"rev": "",
|
||||||
"title": ""
|
"title": "",
|
||||||
|
"client": "",
|
||||||
|
"name": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -477,6 +477,7 @@
|
|||||||
"date": "",
|
"date": "",
|
||||||
"rev": "",
|
"rev": "",
|
||||||
"title": "",
|
"title": "",
|
||||||
"client": "TCS JOHN HUXLEY"
|
"client": "TCS JOHN HUXLEY",
|
||||||
|
"name": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user