From f0d55c67321c01f3737d98539aa0b7729916cc19 Mon Sep 17 00:00:00 2001 From: leomcelroy Date: Sun, 9 Apr 2023 01:14:19 -0400 Subject: [PATCH] Update init.js --- js/init.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/init.js b/js/init.js index 8537009..9ec9a73 100644 --- a/js/init.js +++ b/js/init.js @@ -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 };