Fix JOSN arc export
This commit is contained in:
parent
d06eba585f
commit
9ae2723121
1 changed files with 2 additions and 2 deletions
|
|
@ -156,8 +156,8 @@ def cli(ctx, footprint_name, cell_name, clipboard, single_layer, arc_tolerance,
|
|||
'y1': a.start.y,
|
||||
'x2': a.end.x,
|
||||
'y2': a.end.y,
|
||||
'cx': center.x,
|
||||
'cy': center.y,
|
||||
'cx': center[0],
|
||||
'cy': center[1],
|
||||
})
|
||||
|
||||
vias = [{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue