16 lines
357 B
YAML
16 lines
357 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: millimeters # millimeters or inches
|
|
separate_files_for_front_and_back: true
|
|
only_smd: true
|