Skip to content

Commit e76b258

Browse files
rename
1 parent 6223d4d commit e76b258

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: `${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: `${to}`,
71+
end_pcb_port_id: `pin${to}`,
7272
x: x2,
7373
y: 0,
7474
width: traceWidth,

0 commit comments

Comments
 (0)