Hi everyone,
actually I’m trying to import Altium PcbDoc files in the PCB Editor but when doing so, it doesn’t display some parts, mainly passive parts like resistors, etc. But when I export the converted PCB as an IPC-2581 file and open it in Viewer like ZOFZ then I see all parts. Looking at the IPC-2581 XML file tells the same. Do you have any Idea what’s the issue here? How can I display the passive parts?
Asking ChatGPT gives me the reason that the of my Altium parts doesn’t match the library of KiCAD, but as I’m new to KiCAD I don’t know to further check this information.
<Bom name="Testfile-PcbDoc">
<BomHeader revision="1.0" assembly="Testfile-PcbDoc">
<StepRef name="BOARD:Testfile-PcbDoc"/>
</BomHeader>
<BomItem OEMDesignNumberRef="REF:C__ProgramData_Altium_Altium Designer {107A26C1-42C7-4E84-B4EA-A581E148851D}_VaultsFileCache_B88C075E-60CC-4AD6-8421-3331E18ECAA1_15B10AF5-88EB-40C4-B924-7335CA1874E9_Released_RESC0603(1608)_M.PcbLib_RESC0603(1608)_M_RES_20k_1206_0.1%" quantity="6" pinCount="2" category="ELECTRICAL">
<RefDes name="CMP:R15" packageRef="PKG:RESC0603(1608)_M" populate="true" layerRef="LAYER:Component Side"/>
<RefDes name="CMP:R5" packageRef="PKG:RESC0603(1608)_M" populate="true" layerRef="LAYER:Component Side"/>
<RefDes name="CMP:R7" packageRef="PKG:RESC0603(1608)_M" populate="true" layerRef="LAYER:Component Side"/>
<RefDes name="CMP:R8" packageRef="PKG:RESC0603(1608)_M" populate="true" layerRef="LAYER:Component Side"/>
<RefDes name="CMP:R9" packageRef="PKG:RESC0603(1608)_M" populate="true" layerRef="LAYER:Component Side"/>
<RefDes name="CMP:R14" packageRef="PKG:RESC0603(1608)_M" populate="true" layerRef="LAYER:Component Side"/>
<Characteristics category="ELECTRICAL">
<Textual definitionSource="KICAD" textualCharacteristicName="Value" textualCharacteristicValue="RES_20k_1206_0.1%"/>
</Characteristics>
</BomItem>```