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 8, 2023
1 parent ab741fd commit f81852e
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 };
components[x.refDes] = { pads: x.padShapes, pos: x._pos };
});

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

0 comments on commit f81852e

Please sign in to comment.