return tuple from Board.makeBoard, now including the polygon_id
This commit is contained in:
parent
8e9d8d7a38
commit
d2bee101ea
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ def makeBoard(parent, kicad_board, polygon):
|
|||
|
||||
Parts.makeParts(feature)
|
||||
|
||||
return feature
|
||||
return feature, feature.Proxy.polygon_id
|
||||
|
||||
def extract_polygons(board):
|
||||
# find polygons of Edge Cuts
|
||||
|
|
Loading…
Add table
Reference in a new issue