Skip to content

Commit

Permalink
fix: remove "Exclude from BOM" items from POS
Browse files Browse the repository at this point in the history
  • Loading branch information
rfvermut committed Mar 7, 2023
1 parent 78bfdbb commit c93fae0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Hardware/OpenMowerMainboard/OpenMowerMainboard.kibot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,15 @@ outputs:
type: 'position'
dir: 'release'
options:
dnf_filter: anything_in_Config
dnf_filter: [anything_in_Config, _mechanical]
format: CSV

- name: 'ibom'
comment: 'Generates an interactive web page useful to identify the position of the components in the PCB.'
type: 'ibom'
dir: 'release'
options:
dnf_filter: anything_in_Config
dnf_filter: [anything_in_Config, _mechanical]
extra_fields: Stock_PN
highlight_pin1: true

Expand Down

0 comments on commit c93fae0

Please sign in to comment.