Inital commit
This commit is contained in:
26
kibot_yaml/kibot_out_txt_report.yaml
Normal file
26
kibot_yaml/kibot_out_txt_report.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user