Skip to content

Commit

Permalink
Fix DRC errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tpreuschoff committed Nov 28, 2023
1 parent 9e424ac commit b8fe833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KiCad/config.kibot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ preflight:
filters:
- 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'
regex: 'Linear_DE14MA|DFN-10-1EP_3x3mm_P0.5mm_EP1.65x2.38mm|SMA_Amphenol_901-144_Vertical|SMA_Amphenol_132203-12_Horizontal'
- filter: 'Feedback pin of U3 is declared as an output'
error: pin_to_pin
regex: 'Symbol U3 Pin 1'
Expand Down

0 comments on commit b8fe833

Please sign in to comment.