Inital commit
This commit is contained in:
34
kibot_yaml/kibot_out_compress_fab.yaml
Normal file
34
kibot_yaml/kibot_out_compress_fab.yaml
Normal file
@@ -0,0 +1,34 @@
|
||||
# KiBot output for compressing Fabrication files to a ZIP archive
|
||||
# https://kibot.readthedocs.io/en/latest/configuration/outputs/compress.html
|
||||
|
||||
kibot:
|
||||
version: 1
|
||||
|
||||
outputs:
|
||||
- name: @NAME@
|
||||
comment: '@COMMENT@'
|
||||
type: compress
|
||||
category: '@DIR@'
|
||||
dir: '@DIR@'
|
||||
options:
|
||||
output: '%f-GERBERS%I%v.%x'
|
||||
move_files: false
|
||||
files:
|
||||
- from_output: @GERBER_OUTPUT@
|
||||
dest: '/'
|
||||
- from_output: @DRILL_MAP_OUTPUT@
|
||||
dest: '/'
|
||||
- from_output: @DRILL_OUTPUT@
|
||||
dest: '/'
|
||||
- from_output: @FABRICATION_OUTPUT@
|
||||
dest: '/'
|
||||
|
||||
...
|
||||
definitions:
|
||||
NAME: zip_compress_fab
|
||||
COMMENT: Generates a ZIP file with gerbers, drill and fabrication document
|
||||
DIR: Manufacturing/Fabrication
|
||||
GERBER_OUTPUT: gbr_gerbers
|
||||
DRILL_MAP_OUTPUT: pdf_drill_map
|
||||
DRILL_OUTPUT: drl_excellon
|
||||
FABRICATION_OUTPUT: pdf_fabrication
|
||||
Reference in New Issue
Block a user