kibot: version: 1 filters: - name: only_jlc_parts comment: 'Only parts with JLC code' type: generic include_only: - column: Field4 regex: '^C\d+' 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, JLC style" type: position options: variant: default output: '%f_cpl_jlc.%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 - name: 'bom' comment: "BoM for JLC" type: bom options: output: '%f_%i_jlc.%x' exclude_filter: 'only_jlc_parts' ref_separator: ',' columns: - field: Value name: Comment - field: References name: Designator - Footprint - field: Field4 name: 'LCSC Part #' csv: hide_pcb_info: true hide_stats_info: true quote_all: true