Skip to content

Improve courtyard on USB_B_OST_USB-B1HSxx_Horizontal

KiCad Bot requested to merge github/fork/joshtyler/usb-b1hsb6 into master

Created by: joshtyler

Improve courtyard on USB_B_OST_USB-B1HSxx_Horizontal.

Datasheet

Original PR is #575 for reference

The existing courtyard is a simple bounding rectangle, but this is overly restrictive when placing components to the north and south of the connector.

KLC F5.3 states:

The component courtyard is defined as the smallest rectangular area that provides a minimum electrical and mechanical clearance around the combined component body and land pattern boundaries. It is allowed to create a contoured courtyard area using a polygon instead of a simple rectangle. (IPC-7351C)

(emphasis mine) I have used an arc to define the keepout around the large pads, I'm not sure if this counts as a polygon for this purpose? I am happy to change to a simple box around these pads if required.

Old: image

New: image


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.

Be patient, we maintainers are volunteers with limited time and need to check your contribution against the datasheet. You can speed up the process by providing all the necessary information (see above). And you can speed up the process even more by providing a dimensioned drawing of your contribution. A tutorial on how to do that is found here: https://forum.kicad.info/t/how-to-check-footprint-correctness/9279 (This is optional!)

Merge request reports