Skip to content

Commit

Permalink
Update config.kibot.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tpreuschoff committed Nov 28, 2023
1 parent 024aaeb commit 9e424ac
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions KiCad/config.kibot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,16 @@ preflight:
- filter: 'Custom 3D models were added to the footprints'
error: lib_footprint_mismatch
regex: 'Package_DFN_QFN:Linear_DE14MA|Package_DFN_QFN:DFN-10-1EP_3x3mm_P0.5mm_EP1.65x2.38mm|Connector_Coaxial:SMA_Amphenol_901-144_Vertical|Connector_Coaxial:SMA_Amphenol_132203-12_Horizontal'
- filter: 'Feedback pin of U3 is declared as an output'
- filter: 'Feedback pin of U3 is declared as an output'
error: pin_to_pin
regex: 'Symbol U3 Pin 1'

variants:
- name: 'default'
comment: 'PCB without current modulation circuit'
type: kibom
file_id: _(default)

- name: 'curr_mod'
comment: 'With additional current modulation input'
type: kibom
file_id: _(curr_mod)
variant: curr_mod

outputs:
- name: 'gerbers'
comment: 'Create the Gerber files for the board house'
Expand Down

0 comments on commit 9e424ac

Please sign in to comment.