Rounded corners on custom pad shapes
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
KiCad |
Fix Released
|
Unknown
|
Bug Description
Please see https:/
IPC 7351C will be recommending rounded rectangle pads. (Apparently this was desirable from the first release of the document but ECAD software didn't commonly support this pad shape so oblong was the recommendation.) While we can use rounded corners with rectangular KiCad pads, custom pad shapes do not allow rounded corners.
This prevents all pads from having rounded corners and makes a choice between not adhering the IPC's latest recommendations or having pads both with and without rounded corners (if only custom pad shapes aren't rounded). The example given in the link above is for a QFN (currently Package_
The librarians would like to have rounded corners available on custom pads so that the benefits of rounded corners are available to all pads, and all pads in KiCad can be compliant with the best practices according the IPC 7351C.
description: | updated |
summary: |
- Wishlist: Rounded corners on custom pad shapes + Rounded corners on custom pad shapes |
Changed in kicad: | |
importance: | Wishlist → Unknown |
status: | Expired → New |
Changed in kicad: | |
status: | New → Fix Released |
Custom pad shapes can cave rounded corners, you just have to set polygon's outline thickness to a nonzero value.
Unfortunately, that thickness will be added to polygon's size, which makes creating precise pad shapes cumbersome.