Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
leomcelroy committed Apr 12, 2023
2 parents 61d4dbe + f0d55c6 commit 002d0be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ function exportNet() {
console.log("Assign board.add(...) to variable or pass id in object parameters.")
}

components[x.id] = { pads: x.padShapes };

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

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

0 comments on commit 002d0be

Please sign in to comment.