Skip to content

Commit

Permalink
fix silkscreen elements
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Jan 26, 2025
1 parent 6d09a3d commit 211ef94
Show file tree
Hide file tree
Showing 5 changed files with 3,740 additions and 4 deletions.
8 changes: 4 additions & 4 deletions benchmarks-evalite/prompt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ ${cleanedPropsDoc}
<smtpad name="4" shape="rect" width="1mm" height="2mm" pcbX="3mm" pcbY="2mm" />
// Silkscreen markings for the chip outline
<silkscreen-rect width="8mm" height="6mm" pcbX="0" pcbY="0" />
<silkscreen-circle radius="0.3mm" pcbX="-4mm" pcbY="3mm" /> // Pin 1 indicator
<silkscreen-text text="U" pcbX="0" pcbY="0" fontSize="1mm" />
<silkscreenrect width="8mm" height="6mm" pcbX="0" pcbY="0" />
<silkscreencircle radius="0.3mm" pcbX="-4mm" pcbY="3mm" /> // Pin 1 indicator
<silkscreentext text="U" pcbX="0" pcbY="0" fontSize="1mm" />
</footprint>
)
Expand All @@ -147,7 +147,7 @@ ${cleanedPropsDoc}
<footprint originalLayer="top">
<smtpad name="1" shape="rect" width="0.8mm" height="0.95mm" pcbX="-0.75mm" pcbY="0" />
<smtpad name="2" shape="rect" width="0.8mm" height="0.95mm" pcbX="0.75mm" pcbY="0" />
<silkscreen-rect width="1.6mm" height="0.8mm" pcbX="0" pcbY="0" />
<silkscreenrect width="1.6mm" height="0.8mm" pcbX="0" pcbY="0" />
</footprint>
)
Expand Down
Loading

0 comments on commit 211ef94

Please sign in to comment.