Library Conventions | KiCad EDA

Version 3.0.41

Library maintainer rules & guidelines

F9.3 Footprint 3D model requirements

  1. All non-virtual footprints must have 3D model references, even if the 3D model is missing (does not yet exist). This allows the 3D model to be added later without requiring the footprint to be edited again. (It is not required to supply a 3d model file.)

  2. 3D model files must be placed in a library (directory) which has the same name as the footprint library, with the extension .3dshapes

    • Capacitor_SMD.prettyCapacitor_SMD.3dshapes

    • Connector_USB.prettyConnector_USB.3dshapes

  3. 3D model files should be named the same as the footprint (ignoring file extension)

    • SOIC-8.kicad_modSOIC-8.wrl

    • R0805.kicad_modR0805.wrl

  4. If a footprint is a simple variation that does not change the 3D representation, the common 3D model should be used (do not duplicate models unnecessarily)

    • R0805_HandSoldering.kicad_modR0805.wrl

    • QFN-48_ThermalVias.kicad_modQFN-48.wrl

  5. Model scaling must be 1:1:1 (model file should not require any scaling to correctly fit the footprint)

  6. Rotation and offset must be 0 (The model must be aligned correctly to the footprint within the 3d modeling software.)

  7. Path to 3D model must have the ${KICAD6_3DMODEL_DIR}/ prefix

  8. Filetype must be .wrl (KiCad replaces it with .step automatically for the step export.)