kibot: version: 1 import: - file: rotation_filter_and_variant.kibot.yaml filters: ['fix_rotation', 'only_jlc_parts', 'foobar'] variants: ['rotated', 'foobar'] outputs: - name: 'position' comment: "Pick and place file, JLC style" type: position options: variant: rotated output: '%f_cpl_jlc.%x' format: CSV units: millimeters use_aux_axis_as_origin: false 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: 'LCSC#' name: 'LCSC Part #' csv: hide_pcb_info: true hide_stats_info: true quote_all: true