Skip to content

Commit

Permalink
Merge pull request #80 from tscircuit/fix/trace-linkage
Browse files Browse the repository at this point in the history
fix the plated_hole naming
  • Loading branch information
imrishabh18 authored Jan 15, 2025
2 parents 7f0901d + f9ac725 commit 841a4a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ export function processPlatedHoles(
const componentEntry = {
name: footprintName,
places: components.map((component) => ({
refdes: component.componentName,
refdes: `${component.componentName}_${component.sourceComponent?.source_component_id}`,
x: component.coordinates.x,
y: component.coordinates.y,
side: "front" as const,
Expand Down

0 comments on commit 841a4a3

Please sign in to comment.