From 781a0de536ebc0a00e5104a05b7e011f5b8e4a52 Mon Sep 17 00:00:00 2001 From: "J.P. Krauss" Date: Tue, 10 Mar 2026 18:43:05 -0700 Subject: [PATCH] Fix CSV Drill Table output names --- kibot/yaml/kibot_grp_tables.yaml | 4 ++-- kibot/yaml/kibot_main.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kibot/yaml/kibot_grp_tables.yaml b/kibot/yaml/kibot_grp_tables.yaml index a1852e5..5388e90 100644 --- a/kibot/yaml/kibot_grp_tables.yaml +++ b/kibot/yaml/kibot_grp_tables.yaml @@ -57,7 +57,7 @@ import: EXCLUDE_FILTER: @FILT_TP_BOTTOM_ONLY@ outputs: - - name: @NAME_CSV_DRILL_TABLE@ + - name: @NAME_CSV_DRILL_TABLE_OUTPUT@ comment: Drill Table in CSV format type: excellon category: '@DRILL_TABLE_DIR@' @@ -79,7 +79,7 @@ definitions: # Output Names NAME_CSV_IMPEDANCE_TABLE_OUTPUT: csv_impedance_table NAME_CSV_COMP_COUNT_OUPUT: csv_comp_count - NAME_CSV_DRILL_TABLE: csv_drill_table + NAME_CSV_DRILL_TABLE_OUTPUT: csv_drill_table NAME_CSV_TP_OUTPUT: csv_testpoints NAME_CSV_TP_TOP_OUTPUT: csv_testpoints_top NAME_CSV_TP_BOTTOM_OUTPUT: csv_testpoints_bottom diff --git a/kibot/yaml/kibot_main.yaml b/kibot/yaml/kibot_main.yaml index eacac9e..2efbb2f 100644 --- a/kibot/yaml/kibot_main.yaml +++ b/kibot/yaml/kibot_main.yaml @@ -366,7 +366,7 @@ import: NAME_CSV_IMPEDANCE_TABLE_OUTPUT: @CSV_IMPEDANCE_TABLE_OUTPUT@ NAME_CSV_COMP_COUNT_OUPUT: @CSV_COMP_COUNT_OUPUT@ - NAME_CSV_DRILL_TABLE: @CSV_DRILL_TABLE_OUTPUT@ + NAME_CSV_DRILL_TABLE_OUTPUT: @CSV_DRILL_TABLE_OUTPUT@ NAME_CSV_TP_OUTPUT: @CSV_TP_OUTPUT@ NAME_CSV_TP_TOP_OUTPUT: @CSV_TP_TOP_OUTPUT@ NAME_CSV_TP_BOTTOM_OUTPUT: @CSV_TP_BOTTOM_OUTPUT@