KiBot/tests/yaml_samples/simple_position_inches.kiplot.yaml
Salvador E. Tropea d500178c24 Recoded all the tests. I used the class I wrote for kicad-automation-scripts.
Now the tests are simpler, I also suitched to test the application from "outside"
because I was having some ridiculous fails.
Also added coverage meassurement, which is currently pathetic.
2020-05-14 13:11:31 -03:00

15 lines
351 B
YAML

# Example KiPlot config file for a basic 2-layer board
kiplot:
version: 1
outputs:
- name: 'position'
comment: "Pick and place file"
type: position
dir: positiondir
options:
format: ASCII # CSV or ASCII format
units: inches # millimeters or inches
separate_files_for_front_and_back: true
only_smd: true