Move KiBot Preflights to their own folder
Some checks failed
KiBot CI / test (push) Failing after 33s
Some checks failed
KiBot CI / test (push) Failing after 33s
This commit is contained in:
@@ -130,31 +130,31 @@ import:
|
|||||||
COMMENT: Only parts with LCSC Part Number
|
COMMENT: Only parts with LCSC Part Number
|
||||||
|
|
||||||
# Preflights ===============================================================
|
# Preflights ===============================================================
|
||||||
- file: kibot_pre_set_text_variables.yaml
|
- file: preflights/kibot_pre_set_text_variables.yaml
|
||||||
definitions:
|
definitions:
|
||||||
SCRIPTS_DIR: @SCRIPTS_DIR@
|
SCRIPTS_DIR: @SCRIPTS_DIR@
|
||||||
FABRICATION_DIR: @FABRICATION_DIR@
|
FABRICATION_DIR: @FABRICATION_DIR@
|
||||||
ASSEMBLY_DIR: @ASSEMBLY_DIR@
|
ASSEMBLY_DIR: @ASSEMBLY_DIR@
|
||||||
|
|
||||||
# Generate ERC Report
|
# Generate ERC Report
|
||||||
- file: kibot_pre_erc_report.yaml
|
- file: preflights/kibot_pre_erc_report.yaml
|
||||||
definitions:
|
definitions:
|
||||||
DIR: @REPORT_DIR@
|
DIR: @REPORT_DIR@
|
||||||
|
|
||||||
# Generate DRC Report
|
# Generate DRC Report
|
||||||
- file: kibot_pre_drc_report.yaml
|
- file: preflights/kibot_pre_drc_report.yaml
|
||||||
definitions:
|
definitions:
|
||||||
CHECK_ZONE_FILLS: @CHECK_ZONE_FILLS@
|
CHECK_ZONE_FILLS: @CHECK_ZONE_FILLS@
|
||||||
DIR: @REPORT_DIR@
|
DIR: @REPORT_DIR@
|
||||||
|
|
||||||
# Draw stackup table in PCB. Needs gerber output
|
# Draw stackup table in PCB. Needs gerber output
|
||||||
- file: kibot_pre_draw_stackup.yaml
|
- file: preflights/kibot_pre_draw_stackup.yaml
|
||||||
definitions:
|
definitions:
|
||||||
GERBER_OUTPUT: @GERBER_OUTPUT@
|
GERBER_OUTPUT: @GERBER_OUTPUT@
|
||||||
NOTE: @STACKUP_TABLE_NOTE@
|
NOTE: @STACKUP_TABLE_NOTE@
|
||||||
|
|
||||||
# Include tables for PCB and Assembly Drawings
|
# Include tables for PCB and Assembly Drawings
|
||||||
- file: kibot_pre_include_table.yaml
|
- file: preflights/kibot_pre_include_table.yaml
|
||||||
definitions:
|
definitions:
|
||||||
NAME_TP_TOP: @CSV_TP_TOP_OUTPUT@
|
NAME_TP_TOP: @CSV_TP_TOP_OUTPUT@
|
||||||
NAME_TP_BOTTOM: @CSV_TP_BOTTOM_OUTPUT@
|
NAME_TP_BOTTOM: @CSV_TP_BOTTOM_OUTPUT@
|
||||||
|
|||||||
Reference in New Issue
Block a user