Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Add: Island bool for filled polygons
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-iteng committed Sep 7, 2024
1 parent 85729e9 commit 2aa0fb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/faebryk/libs/kicad/fileformats.py
Original file line number Diff line number Diff line change
Expand Up @@ -963,6 +963,9 @@ class E_keepout_bool(SymEnum):
@dataclass(kw_only=True)
class C_filled_polygon:
layer: str
island: Optional[bool] = field(
**sexp_field(positional=True), default=None
)
pts: C_polygon.C_pts

net: int
Expand Down

0 comments on commit 2aa0fb9

Please sign in to comment.