Move KiBot Preflights to their own folder
Some checks failed
KiBot CI / test (push) Failing after 33s

This commit is contained in:
2026-03-10 18:50:06 -07:00
parent eb9192b67d
commit 9e36c93eb6
7 changed files with 5 additions and 5 deletions

View File

@@ -130,31 +130,31 @@ import:
COMMENT: Only parts with LCSC Part Number
# Preflights ===============================================================
- file: kibot_pre_set_text_variables.yaml
- file: preflights/kibot_pre_set_text_variables.yaml
definitions:
SCRIPTS_DIR: @SCRIPTS_DIR@
FABRICATION_DIR: @FABRICATION_DIR@
ASSEMBLY_DIR: @ASSEMBLY_DIR@
# Generate ERC Report
- file: kibot_pre_erc_report.yaml
- file: preflights/kibot_pre_erc_report.yaml
definitions:
DIR: @REPORT_DIR@
# Generate DRC Report
- file: kibot_pre_drc_report.yaml
- file: preflights/kibot_pre_drc_report.yaml
definitions:
CHECK_ZONE_FILLS: @CHECK_ZONE_FILLS@
DIR: @REPORT_DIR@
# Draw stackup table in PCB. Needs gerber output
- file: kibot_pre_draw_stackup.yaml
- file: preflights/kibot_pre_draw_stackup.yaml
definitions:
GERBER_OUTPUT: @GERBER_OUTPUT@
NOTE: @STACKUP_TABLE_NOTE@
# Include tables for PCB and Assembly Drawings
- file: kibot_pre_include_table.yaml
- file: preflights/kibot_pre_include_table.yaml
definitions:
NAME_TP_TOP: @CSV_TP_TOP_OUTPUT@
NAME_TP_BOTTOM: @CSV_TP_BOTTOM_OUTPUT@