Skip to content

Commit

Permalink
Change 3D model for FPGA to render properly in KiBot
Browse files Browse the repository at this point in the history
- 3D model used does not exist upstreams anymore.
- Temporarily add filter in kibot config to prevent build error, this
  should be fixed in design.
  • Loading branch information
dehanj committed Jul 9, 2024
1 parent a98775e commit 23308ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions hw/config.kibot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ preflight:
- filter: 'Footprint mismatch C8'
error: 'lib_footprint_mismatch'
regex: '.*C8.*'
- filter: 'Footprint mismatch FPGA'
error: 'lib_footprint_mismatch'
regex: '.*QFN-48.*'

# [boolean=false] Runs the DRC (Distance Rules Check). To ensure we have a valid PCB.
# The report file name is controlled by the global output pattern (%i=drc %x=txt).
Expand Down
2 changes: 1 addition & 1 deletion hw/tk1.kicad_pcb
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,7 @@
(net 15 "unconnected-(U6-Pad48)") (pinfunction "IOB_4a") (pintype "bidirectional+no_connect") (tstamp 7b2b2703-a532-4db1-a933-d07ffa052ec1))
(pad "49" smd rect (at 0 0 225) (size 5.6 5.6) (layers "F.Cu" "F.Mask")
(net 1 "GND") (pinfunction "GND") (pintype "power_in") (tstamp 0bb5cd34-d493-45c4-917f-8c4bd795b455))
(model "${KICAD6_3DMODEL_DIR}/Package_DFN_QFN.3dshapes/QFN-48-1EP_7x7mm_P0.5mm_EP5.6x5.6mm.wrl"
(model "${KICAD6_3DMODEL_DIR}/Package_DFN_QFN.3dshapes/QFN-48-1EP_7x7mm_P0.5mm_EP5.15x5.15mm.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
Expand Down

0 comments on commit 23308ef

Please sign in to comment.