Skip to content

Commit

Permalink
add shape to plated holes
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Jul 13, 2024
1 parent 47a59c8 commit c56821a
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 44 deletions.
94 changes: 52 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@biomejs/biome": "^1.7.3",
"@biomejs/biome": "^1.8.3",
"@tscircuit/log-soup": "^1.0.2",
"@tscircuit/soup": "^0.0.17",
"@tscircuit/soup": "^0.0.39",
"@tscircuit/soup-util": "^0.0.11",
"@types/node": "^20.12.13",
"ava": "^6.1.3",
Expand Down
1 change: 1 addition & 0 deletions src/helpers/platedhole.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const platedhole = (
): PCBPlatedHole => {
return {
type: "pcb_plated_hole",
shape: "circle",
x,
y,
hole_diameter: mm(id),
Expand Down

0 comments on commit c56821a

Please sign in to comment.