25 lines
603 B
YAML
25 lines
603 B
YAML
# Example KiBot config file for a basic 2-layer board
|
|
kibot:
|
|
version: 1
|
|
|
|
variants:
|
|
- name: default
|
|
comment: 'Just a place holder for the rotation filter'
|
|
type: kibom
|
|
variant: default
|
|
pre_transform: _rot_footprint
|
|
|
|
outputs:
|
|
- name: 'position'
|
|
comment: "Pick and place file"
|
|
type: position
|
|
dir: positiondir
|
|
options:
|
|
variant: default
|
|
format: ASCII # CSV or ASCII format
|
|
units: millimeters # millimeters or inches
|
|
separate_files_for_front_and_back: false
|
|
use_aux_axis_as_origin: false
|
|
only_smd: true
|
|
bottom_negative_x: true
|