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

Commit

Permalink
Add: kicad: fileformat_common: Missing stroke types (#79)
Browse files Browse the repository at this point in the history
Add: Missing stroke types
  • Loading branch information
ruben-iteng authored Sep 26, 2024
1 parent 4cab969 commit a61c6bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/faebryk/libs/kicad/fileformats_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ class C_stroke:
class E_type(SymEnum):
solid = auto()
default = auto()
dash_dot_dot = auto()
dash_dot = auto()
dash = auto()
dot = auto()

width: float
type: E_type
Expand Down

0 comments on commit a61c6bd

Please sign in to comment.