19 lines
415 B
YAML
19 lines
415 B
YAML
# Example KiBot config file for a basic 2-layer board
|
|
kibot:
|
|
version: 1
|
|
|
|
import:
|
|
- file: battery_pack_sub_pcbs_kikit.kibot.yaml
|
|
|
|
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: false
|
|
only_smd: false
|