Skip to content
Merged
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
8 changes: 4 additions & 4 deletions docs/elements/via.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ import CircuitPreview from "@site/src/components/CircuitPreview"
toLayer="bottom"
outerDiameter="0.8mm"
holeDiameter="0.4mm"
x={10}
y={10}
pcbX={10}
pcbY={10}
/>
)`}
/>
Expand All @@ -40,5 +40,5 @@ import CircuitPreview from "@site/src/components/CircuitPreview"
| toLayer | string | "bottom" | Ending layer for the via |
| holeDiameter | number \| string | "0.4mm" | Diameter of the plated hole |
| outerDiameter | number \| string | "0.8mm" | Outer diameter of the copper annular ring |
| x | number | 0 | PCB X position of the via |
| y | number | 0 | PCB Y position of the via |
| pcbX | number | 0 | PCB X position of the via |
| pcbY | number | 0 | PCB Y position of the via |