diff --git a/default.kibot.yaml b/default.kibot.yaml index 63bf35d..b4ed2ed 100644 --- a/default.kibot.yaml +++ b/default.kibot.yaml @@ -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 diff --git a/micromelon_default/micromelon_default.kicad_pro b/micromelon_default/micromelon_default.kicad_pro index e0824aa..2898ad2 100644 --- a/micromelon_default/micromelon_default.kicad_pro +++ b/micromelon_default/micromelon_default.kicad_pro @@ -476,6 +476,8 @@ "text_variables": { "date": "", "rev": "", - "title": "" + "title": "", + "client": "", + "name": "" } } diff --git a/tcs_default/tcs_default.kicad_pro b/tcs_default/tcs_default.kicad_pro index 81e4e09..91f31ac 100644 --- a/tcs_default/tcs_default.kicad_pro +++ b/tcs_default/tcs_default.kicad_pro @@ -477,6 +477,7 @@ "date": "", "rev": "", "title": "", - "client": "TCS JOHN HUXLEY" + "client": "TCS JOHN HUXLEY", + "name": "" } }