Kibot variants were not working with groups as expected, so config

structure has been changed to not use groups
This commit is contained in:
andrewc
2025-07-25 10:33:17 +10:00
parent c18b69520d
commit e9f401a204
8 changed files with 46 additions and 8 deletions

View File

@@ -87,9 +87,26 @@ outputs:
- name: 'bom_csv'
type: bom
dir: .
extends: "_bom"
disable_run_by_default: _bom
options:
columns:
- field: Value
name: value
- field: Quantity Per PCB
name: qty
- field: Footprint
name: footprint
- field: Datasheet
name: datasheet
- mpn
- manf
- rev
- conn_manf
- conn_mpn
- field: References
name: refs
exclude_filter: ""
output: "%f%v_%r_%i.%x"
expand_text_vars: true
csv:
separator: ';'
hide_pcb_info: true
@@ -99,9 +116,26 @@ outputs:
- name: 'bom_xlsx'
type: bom
dir: .
extends: '_bom'
disable_run_by_default: _bom
options:
columns:
- field: Value
name: value
- field: Quantity Per PCB
name: qty
- field: Footprint
name: footprint
- field: Datasheet
name: datasheet
- mpn
- manf
- rev
- conn_manf
- conn_mpn
- field: References
name: refs
exclude_filter: ""
output: "%f%v_%r_%i.%x"
expand_text_vars: true
xlsx:
hide_pcb_info: true
hide_stats_info: true
@@ -272,7 +306,6 @@ groups:
- name: pcb_main
outputs:
- JLCPCB_compress
- neo_position
- print_pcb
- stencil
- interactive_bom
@@ -280,7 +313,6 @@ groups:
- name: panel
outputs:
- JLCPCB_compress
- neo_position
- print_pcb
- step
- interactive_bom