mirror of
https://github.com/TECHNOFAB11/ergogen.git
synced 2025-12-11 23:50:05 +01:00
Add missing point to parsed footprint params
This commit is contained in:
parent
887220abe3
commit
852c1000d4
1 changed files with 1 additions and 0 deletions
|
|
@ -123,6 +123,7 @@ const footprint = exports._footprint = (points, net_indexer, component_indexer,
|
|||
parsed_params.ref_hide = extra.references ? '' : 'hide'
|
||||
|
||||
// footprint positioning
|
||||
parsed_params.point = point
|
||||
parsed_params.x = point.x
|
||||
parsed_params.y = -point.y
|
||||
parsed_params.r = point.r
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue