Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/footprints/footprinter-strings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ Parameters:

Quad Flat Package (QFP) footprint with configurable number of pins.

<FootprintPreview footprints={["qfp32", "qfp44"]} />
<FootprintPreview footprints={["qfp32", "qfp44", "qfp32_thermalpad", "qfp32_thermalpad1.5mmx1mm"]} />

Parameters:

Expand All @@ -298,6 +298,8 @@ Parameters:
| `p` | `"0.8mm"` | Pin pitch (center-to-center distance between adjacent pins) |
| `pw` | `"0.25mm"` | Pin width |
| `pl` | `"0.6mm"` | Pin length (exposed pad length) |
| `thermalpad` | `false` | Add `_thermalpad` to include a centered exposed thermal pad (for example, `qfp32_thermalpad`). |
| `thermalpad{width}x{height}` | n/a | Thermal pad sizing suffix used to set both thermal pad width and height (e.g. `qfp32_thermalpad1.5mmx1mm`). |

## qfn

Expand Down
Loading