KiBot/tests/yaml_samples/import_test_2.kibot.yaml

22 lines
451 B
YAML

kibot:
version: 1
import:
# Here we change the global.output pattern
- file: global_import.kibot.yaml
global:
# The import will override it
output: '%f-%i.%x'
outputs:
- name: 'position'
comment: "Pick and place file"
type: position
dir: positiondir
options:
format: ASCII # CSV or ASCII format
units: millimeters # millimeters or inches
separate_files_for_front_and_back: true
only_smd: true