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@