return tuple from Board.makeBoard, now including the polygon_id

This commit is contained in:
Morgan 'ARR\!' Allen 2025-07-10 11:36:58 -07:00
parent 8e9d8d7a38
commit d2bee101ea

View file

@ -189,7 +189,7 @@ def makeBoard(parent, kicad_board, polygon):
Parts.makeParts(feature) Parts.makeParts(feature)
return feature return feature, feature.Proxy.polygon_id
def extract_polygons(board): def extract_polygons(board):
# find polygons of Edge Cuts # find polygons of Edge Cuts