Move Notes and Tables to new KiBot Group file
Some checks failed
KiBot CI / test (push) Failing after 23s
Some checks failed
KiBot CI / test (push) Failing after 23s
This commit is contained in:
26
kibot/yaml/outputs/kibot_out_csv_report.yaml
Normal file
26
kibot/yaml/outputs/kibot_out_csv_report.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
# KiBot output for CSV Report
|
||||
# https://kibot.readthedocs.io/en/latest/configuration/outputs/report.html
|
||||
|
||||
kibot:
|
||||
version: 1
|
||||
|
||||
outputs:
|
||||
- name: @NAME@
|
||||
comment: '@COMMENT@'
|
||||
type: report
|
||||
category: '@DIR@'
|
||||
dir: '@DIR@'
|
||||
output_id: @OUTPUT_ID@
|
||||
options:
|
||||
output: '%f-%I%v.csv'
|
||||
template: @TEMPLATE@
|
||||
exclude_filter: '_mechanical'
|
||||
csv_remove_leading_spaces: true
|
||||
|
||||
...
|
||||
definitions:
|
||||
NAME: csv_report
|
||||
COMMENT: Report in CSV format
|
||||
DIR: mfg
|
||||
OUTPUT_ID: ''
|
||||
TEMPLATE: total_components
|
||||
51
kibot/yaml/outputs/kibot_out_csv_testpoints.yaml
Normal file
51
kibot/yaml/outputs/kibot_out_csv_testpoints.yaml
Normal file
@@ -0,0 +1,51 @@
|
||||
# KiBot output for generating CSV Tespoints
|
||||
# https://kibot.readthedocs.io/en/latest/configuration/outputs/bom.html
|
||||
|
||||
kibot:
|
||||
version: 1
|
||||
|
||||
outputs:
|
||||
- name: @NAME@
|
||||
comment: '@COMMENT@'
|
||||
type: bom
|
||||
category: '@DIR@'
|
||||
dir: '@DIR@'
|
||||
options:
|
||||
output: '%f-testpoints@SUFFIX@%I%v.%x'
|
||||
csv:
|
||||
hide_pcb_info: True
|
||||
hide_stats_info: True
|
||||
pre_transform: ['_kicost_rename']
|
||||
exclude_filter: '@EXCLUDE_FILTER@'
|
||||
dnf_filter: '_null'
|
||||
exclude_marked_in_sch: false
|
||||
group_fields: []
|
||||
sort_style: ref
|
||||
use_aux_axis_as_origin: true
|
||||
ignore_dnf: false
|
||||
format: CSV
|
||||
footprint_type_values: 'SMT,THRU,'
|
||||
columns:
|
||||
- field: References
|
||||
name: Testpoint Ref.
|
||||
- field: Net Name
|
||||
name: Net
|
||||
- field: Net Class
|
||||
- field: Footprint X
|
||||
name: X
|
||||
- field: Footprint Y
|
||||
name: Y
|
||||
- field: Footprint Side
|
||||
name: Side
|
||||
- field: Footprint Type
|
||||
name: Pad Type
|
||||
- field: Value
|
||||
- field: Footprint
|
||||
|
||||
...
|
||||
definitions:
|
||||
NAME: csv_testpoints
|
||||
COMMENT: Testpoint report in CSV format
|
||||
DIR: Testing/Testpoints
|
||||
SUFFIX: ""
|
||||
EXCLUDE_FILTER: only_testpoints
|
||||
45
kibot/yaml/outputs/kibot_out_csv_testpoints_simple.yaml
Normal file
45
kibot/yaml/outputs/kibot_out_csv_testpoints_simple.yaml
Normal file
@@ -0,0 +1,45 @@
|
||||
# KiBot output for generating CSV Tespoints
|
||||
# https://kibot.readthedocs.io/en/latest/configuration/outputs/bom.html
|
||||
|
||||
kibot:
|
||||
version: 1
|
||||
|
||||
outputs:
|
||||
- name: @NAME@
|
||||
comment: '@COMMENT@'
|
||||
type: bom
|
||||
category: '@DIR@'
|
||||
dir: '@DIR@'
|
||||
options:
|
||||
output: '%f-testpoints@SUFFIX@%I%v.%x'
|
||||
csv:
|
||||
hide_pcb_info: True
|
||||
hide_stats_info: True
|
||||
pre_transform: ['_kicost_rename']
|
||||
exclude_filter: '@EXCLUDE_FILTER@'
|
||||
dnf_filter: '_null'
|
||||
exclude_marked_in_sch: false
|
||||
group_fields: []
|
||||
sort_style: ref
|
||||
use_aux_axis_as_origin: true
|
||||
ignore_dnf: false
|
||||
format: CSV
|
||||
footprint_type_values: 'SMT,THRU,'
|
||||
right_digits: 2
|
||||
columns:
|
||||
- field: References
|
||||
name: Ref.
|
||||
- field: Net Label
|
||||
name: Net
|
||||
- field: Footprint X
|
||||
name: X [mm]
|
||||
- field: Footprint Y
|
||||
name: Y [mm]
|
||||
|
||||
...
|
||||
definitions:
|
||||
NAME: csv_testpoints
|
||||
COMMENT: Testpoint report in CSV format
|
||||
DIR: Testing/Testpoints
|
||||
SUFFIX: ""
|
||||
EXCLUDE_FILTER: only_testpoints
|
||||
27
kibot/yaml/outputs/kibot_out_txt_report.yaml
Normal file
27
kibot/yaml/outputs/kibot_out_txt_report.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
# KiBot output for TXT Report (e.g. Fabrication/Assembly notes)
|
||||
# https://kibot.readthedocs.io/en/latest/configuration/outputs/report.html
|
||||
|
||||
kibot:
|
||||
version: 1
|
||||
|
||||
outputs:
|
||||
- name: @NAME@
|
||||
comment: '@COMMENT@'
|
||||
type: report
|
||||
category: '@DIR@'
|
||||
dir: '@DIR@'
|
||||
output_id: @OUTPUT_ID@
|
||||
options:
|
||||
output: '%f-%I%v.txt'
|
||||
template: @TEMPLATE@
|
||||
exclude_filter: '_mechanical'
|
||||
mm_digits: 3
|
||||
display_trailing_zeros: True
|
||||
|
||||
...
|
||||
definitions:
|
||||
NAME: txt_fabrication_notes
|
||||
COMMENT: Report
|
||||
DIR: mfg
|
||||
OUTPUT_ID: _notes
|
||||
TEMPLATE: notes/fabrication_notes.txt
|
||||
Reference in New Issue
Block a user