We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6223d4d commit e76b258Copy full SHA for e76b258
1 file changed
src/fn/solderjumper.ts
@@ -60,15 +60,15 @@ export const solderjumper = (params: {
60
pcb_trace_id: "",
61
route: [
62
{
63
- start_pcb_port_id: `${from}`,
+ start_pcb_port_id: `pin${from}`,
64
x: x1,
65
y: 0,
66
width: traceWidth,
67
layer: "top",
68
route_type: "wire",
69
},
70
71
- end_pcb_port_id: `${to}`,
+ end_pcb_port_id: `pin${to}`,
72
x: x2,
73
74
0 commit comments