Move drawing notes to "notes" directory
All checks were successful
KiBot CI / test (push) Successful in 5m31s
All checks were successful
KiBot CI / test (push) Successful in 5m31s
This commit is contained in:
@@ -611,7 +611,7 @@ import:
|
||||
COMMENT: Impedance table in CSV format
|
||||
DIR: @FABRICATION_DIR@
|
||||
OUTPUT_ID: impedance_table
|
||||
TEMPLATE: @REPORT_TEMPLATE_DIR@/impedance_table.txt
|
||||
TEMPLATE: @NOTES_DIR@/impedance_table.txt
|
||||
|
||||
- file: kibot_out_txt_report.yaml
|
||||
definitions:
|
||||
@@ -619,7 +619,7 @@ import:
|
||||
COMMENT: Schematic notes in TXT format
|
||||
DIR: @SCHEMATIC_DIR@
|
||||
OUTPUT_ID: schematic_notes
|
||||
TEMPLATE: @REPORT_TEMPLATE_DIR@/schematic_notes.txt
|
||||
TEMPLATE: @NOTES_DIR@/schematic_notes.txt
|
||||
|
||||
- file: kibot_out_txt_report.yaml
|
||||
definitions:
|
||||
@@ -627,7 +627,7 @@ import:
|
||||
COMMENT: Fabrication notes in TXT format
|
||||
DIR: @FABRICATION_DIR@
|
||||
OUTPUT_ID: fabrication_notes
|
||||
TEMPLATE: @REPORT_TEMPLATE_DIR@/fabrication_notes.txt
|
||||
TEMPLATE: @NOTES_DIR@/fabrication_notes.txt
|
||||
|
||||
- file: kibot_out_txt_report.yaml
|
||||
definitions:
|
||||
@@ -635,7 +635,7 @@ import:
|
||||
COMMENT: Assembly notes in TXT format
|
||||
DIR: @ASSEMBLY_DIR@
|
||||
OUTPUT_ID: fabrication_notes
|
||||
TEMPLATE: @REPORT_TEMPLATE_DIR@/assembly_notes.txt
|
||||
TEMPLATE: @NOTES_DIR@/assembly_notes.txt
|
||||
|
||||
# Panelization Outputs -----------------------------------------------------
|
||||
- file: kibot_out_panelize.yaml
|
||||
@@ -744,6 +744,7 @@ definitions:
|
||||
TESTPOINTS_DIR: '@TESTING_DIR@/testpoints'
|
||||
RESOURCES_DIR: kibot
|
||||
MODELS_DIR: models
|
||||
NOTES_DIR: notes
|
||||
RENDER_DIR: renders
|
||||
REPORT_TEMPLATE_DIR: '@RESOURCES_DIR@/templates'
|
||||
SCRIPTS_DIR: '@RESOURCES_DIR@/scripts'
|
||||
|
||||
Reference in New Issue
Block a user