26 lines
618 B
YAML
26 lines
618 B
YAML
# 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: Manufacturing
|
|
OUTPUT_ID: _notes
|
|
TEMPLATE: kibot_ressources/template/fabrication_notes.txt |