Fix KiBot typo
Some checks failed
KiBot CI / test (push) Failing after 23s

This commit is contained in:
2026-03-10 18:39:45 -07:00
parent 69cbded632
commit bd5eff3816

View File

@@ -17,7 +17,6 @@ groups:
- name: preprocess_group
outputs:
- notes
- tables
# Draft Outputs Group (used in DRAFT state only) ---------------------------
- name: draft_group
@@ -54,6 +53,7 @@ groups:
# Fabrication Outputs ------------------------------------------------------
- name: fab
outputs:
- tables
- @GERBER_OUTPUT@
- @EXCELLON_DRILL_OUTPUT@
- @ODB_OUTPUT@
@@ -477,7 +477,7 @@ definitions:
ASSEMBLY_DIR: '@MANUFACTURING_DIR@/assembly'
FABRICATION_DIR: '@MANUFACTURING_DIR@/fab'
GERBERS_DIR: '@FABRICATION_DIR@/gerbers'
DRILL_TABLES_DIR: '@FABRICATION_DIR@/drill-tables'
DRILL_TABLE_DIR: '@FABRICATION_DIR@/drill-tables'
TESTING_DIR: test
TESTPOINTS_DIR: '@TESTING_DIR@/testpoints'
RESOURCES_DIR: kibot