My Setup
kicad 8.0.6
How To Reproduce
- Checkout
masterbranch
- Open PCB
- Update PCB from Schematic
Error Log
Error: P1 pad A4 not found in kicad_reformed_custom_IC:CUI_UJC-VP-3-SMT-TR.
Error: P1 pad B4 not found in kicad_reformed_custom_IC:CUI_UJC-VP-3-SMT-TR.
Error: P1 pad A1 not found in kicad_reformed_custom_IC:CUI_UJC-VP-3-SMT-TR.
Error: P1 pad B1 not found in kicad_reformed_custom_IC:CUI_UJC-VP-3-SMT-TR.
Error: P1 pad A6 not found in kicad_reformed_custom_IC:CUI_UJC-VP-3-SMT-TR.
Error: P1 pad A7 not found in kicad_reformed_custom_IC:CUI_UJC-VP-3-SMT-TR.
Explanation
Opening the schematic file show that kicad_reformed_custom_IC:CUI_UJC-VP-3-SMT-TR is used as the footprint.
The library kicad_reformed_custom_IC comes not with default kicad installation. I guess it was imported once, after choosing the USB C Connector.
The problem is one could only guess which USB C Connector should be used.
Open Questions
- Which USB C connector is used?
- Should we add a custom footprint library to the project? (including this one)
My Setup
kicad 8.0.6
How To Reproduce
masterbranchError Log
Explanation
Opening the schematic file show that
kicad_reformed_custom_IC:CUI_UJC-VP-3-SMT-TRis used as the footprint.The library
kicad_reformed_custom_ICcomes not with default kicad installation. I guess it was imported once, after choosing the USB C Connector.The problem is one could only guess which USB C Connector should be used.
Open Questions