Skip to content

Commit 2b1bbc2

Browse files
Update solderjumper.ts
1 parent e76b258 commit 2b1bbc2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/fn/solderjumper.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ export const solderjumper = (params: {
6060
pcb_trace_id: "",
6161
route: [
6262
{
63-
start_pcb_port_id: `pin${from}`,
63+
start_pcb_port_id: `{PIN${from}}`,
6464
x: x1,
6565
y: 0,
6666
width: traceWidth,
6767
layer: "top",
6868
route_type: "wire",
6969
},
7070
{
71-
end_pcb_port_id: `pin${to}`,
71+
end_pcb_port_id: `{PIN${to}}`,
7272
x: x2,
7373
y: 0,
7474
width: traceWidth,

0 commit comments

Comments
 (0)