Skip to content

Commit

Permalink
Update init.js
Browse files Browse the repository at this point in the history
  • Loading branch information
leomcelroy committed Apr 9, 2023
1 parent f81852e commit f0d55c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function exportNet() {
console.log("Assign board.add(...) to variable or pass refDes in object parameters.")
}

components[x.refDes] = { pads: x.padShapes, pos: x._pos };
components[x.refDes] = { pads: x.padShapes, pos: x._pos, padPositions: x.pads };
});

const obj = { components, netList: pcb._netList };
Expand Down

0 comments on commit f0d55c6

Please sign in to comment.