From a05af9436aff0f43fbeed56b671fd682be89d941 Mon Sep 17 00:00:00 2001 From: andrewc Date: Mon, 2 Jun 2025 12:18:59 +1000 Subject: [PATCH] Switch variant field back to being in the part number --- default.kibot.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/default.kibot.yaml b/default.kibot.yaml index 5d81110..9b31ff5 100644 --- a/default.kibot.yaml +++ b/default.kibot.yaml @@ -36,14 +36,14 @@ outputs: type: pdf_sch_print dir: . options: - output: "%f_%r%v_%i.%x" + output: "%f%v_%r_%i.%x" - name: 'print_pcb' comment: "Print Top and Bottom Copper+Silk" type: pcb_print dir: . options: - output: "%f_%r%v_PCB.%x" + output: "%f%v_%r_PCB.%x" pages: - layers: - layer: F.Cu @@ -75,7 +75,7 @@ outputs: - field: References name: refs exclude_filter: "" - output: "%f_%r%v_%i.%x" + output: "%f%v_%r_%i.%x" expand_text_vars: true - name: 'bom_csv' @@ -114,7 +114,7 @@ outputs: type: step dir: . options: - output: '%f_%r%v.%x' + output: '%f%v_%r.%x' download: false subst_models: true @@ -130,7 +130,7 @@ outputs: download: false download_lcsc: false orthographic: true - output: 'PCB_%f_%r%v.%x' + output: 'PCB_%f%v_%r.%x' show_components: 'none' - name: 'pcba_render' @@ -145,14 +145,14 @@ outputs: zoom: -1 download_lcsc: false orthographic: true - output: 'PCBA_%f_%r%v.%x' + output: 'PCBA_%f%v_%r.%x' show_components: 'all' - name: 'neo_position' comment: "Pick and place" type: position options: - output: '%f_%r%v_cpl.%x' + output: '%f%v_%r_cpl.%x' format: CSV units: millimeters separate_files_for_front_and_back: false @@ -163,7 +163,7 @@ outputs: type: stencil_3d dir: '3D_Stencil' options: - output: '%f_%r%v_%i.%x' + output: '%f%v_%r_%i.%x' - name: 'diff_pcb' comment: "Diff for visual comparison" @@ -187,7 +187,7 @@ outputs: type: ibom dir: . options: - output: '%f_%r%v_%i.%x' + output: '%f%v_%r_%i.%x' dark_mode: true - name: JLCPCB_gerbers @@ -240,7 +240,7 @@ outputs: metric_units: true map: gerber route_mode_for_oval_holes: false - output: "%f_%r%v_%i.%x" + output: "%f%v_%r_%i.%x" - name: 'JLCPCB_compress' comment: ZIP file for JLCPCB @@ -251,7 +251,7 @@ outputs: dest: / - from_output: JLCPCB_drill dest: / - output: '%f_%r%v_JLC.%x' + output: '%f%v_%r_JLC.%x' # groups: # - name: pcb # outputs: