43 lines
876 B
YAML
43 lines
876 B
YAML
kibot:
|
|
version: 1
|
|
|
|
filters:
|
|
- name: only_jlc_parts
|
|
comment: 'Only parts with JLC code'
|
|
type: generic
|
|
include_only:
|
|
- column: 'LCSC#'
|
|
regex: '^C\d+'
|
|
|
|
variants:
|
|
- name: rotated
|
|
comment: 'Just a place holder for the rotation filter'
|
|
type: kibom
|
|
variant: rotated
|
|
pre_transform: _rot_footprint
|
|
|
|
outputs:
|
|
- name: 'position'
|
|
comment: "Pick and place file, JLC style"
|
|
type: position
|
|
options:
|
|
variant: rotated
|
|
output: '%f_cpl_jlc_aux.%x'
|
|
format: CSV
|
|
units: millimeters
|
|
separate_files_for_front_and_back: false
|
|
only_smd: true
|
|
columns:
|
|
- id: Ref
|
|
name: Designator
|
|
- Val
|
|
- Package
|
|
- id: PosX
|
|
name: "Mid X"
|
|
- id: PosY
|
|
name: "Mid Y"
|
|
- id: Rot
|
|
name: Rotation
|
|
- id: Side
|
|
name: Layer
|