Skip to content

Add footprints for XT60 male and female connectors.

Jon Neal requested to merge github/fork/reportingsjr/XT60 into master

Add footprints for male and female XT60 connectors. Yes, these are technically wire to wire connectors, but lots of people have been using them as PCB mount connectors.

I created the footprints by measuring a handful of physical connectors (purchased through hobbyking so they are legitimate parts) and finding the average pin diameter (~4.3mm) and adding the IPC standard 0.2mm clearance.

Here is the only datasheet really available for it: https://www.tme.eu/en/Document/2d152ced3b7a446066e6c419d84bb460/XT60%20SPEC.pdf

This PR should also close #1462 if it is accepted.

3D model PR: https://github.com/KiCad/kicad-packages3D/pull/603

Male connector footprint: XT60 male

Female connector footprint: XT60 female


All contributions to the kicad library must follow the KiCad library convention

Thanks for creating a pull request to contribute to the KiCad libraries! To speed up integration of your PR, please check the following items:

  • Provide a URL to a datasheet for the footprint(s) you are contributing
  • An example screenshot image is very helpful
  • If there are matching symbol or 3D model pull requests, provide link(s) as appropriate
  • Check the output of the Travis automated check scripts - fix any errors as required
  • Give a reason behind any intentional library convention rule violation.

Merge request reports