Skip to content

Commit

Permalink
Attempt to get kibot to not complain about U5 not matching library
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Krall committed Sep 17, 2023
1 parent 0d2949f commit 28d293d
Show file tree
Hide file tree
Showing 4 changed files with 2,258 additions and 2,248 deletions.
4 changes: 2 additions & 2 deletions footprints.pretty/SN65DSI83TPAPRQ1.kicad_mod
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
(footprint "SN65DSI83TPAPRQ1" (version 20221018) (generator pcbnew)
(layer "F.Cu")
(attr smd)
(fp_text reference "REF**" (at -0.375 -7.8) (layer "F.SilkS")
(fp_text reference "REF**" (at 0 7.75) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 7c95487b-f32c-42da-aaad-31bd6c3e23c7)
)
(fp_text value "SN65DSI83" (at 0 0) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 9aa7f66e-ae68-41e0-8c2c-898511767199)
)
(fp_text user "*" (at -6.7 -4.325) (layer "F.SilkS")
(fp_text user "*" (at -7.25 -3.5) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp e5af42ef-0e5b-44be-888e-32c0bb642325)
)
Expand Down
5 changes: 4 additions & 1 deletion kibot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ preflight:
check_zone_fills: true
ignore_unconnected: false
# update_qr: true
# filters:
filters:
- filter: 'Footprint does not match copy in library'
regex: 'Footprint .* does not match copy in library .*'
number: 58
# - filter: 'suppress courtyards overlap'
# regex: 'Courtyards overlap'
# error: 'courtyards_overlap'
Expand Down
Loading

0 comments on commit 28d293d

Please sign in to comment.