summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2024-07-19 19:23:20 +0200
committerjaseg <git@jaseg.de>2024-07-19 19:23:20 +0200
commitfd63c443143ad58c3a44d3ecddaed28ff95992ff (patch)
treeb04315c70c5e166f5929cef8a0f1f5e18c609211
parentcbe8dfa252aa728980fb5aa515e34301a46d921d (diff)
downloadgerbonara-fd63c443143ad58c3a44d3ecddaed28ff95992ff.tar.gz
gerbonara-fd63c443143ad58c3a44d3ecddaed28ff95992ff.tar.bz2
gerbonara-fd63c443143ad58c3a44d3ecddaed28ff95992ff.zip
Kicad: add missing zone connection Atom
-rw-r--r--gerbonara/cad/kicad/primitives.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gerbonara/cad/kicad/primitives.py b/gerbonara/cad/kicad/primitives.py
index b1e112a..ad1cc90 100644
--- a/gerbonara/cad/kicad/primitives.py
+++ b/gerbonara/cad/kicad/primitives.py
@@ -94,7 +94,7 @@ class Hatch:
@sexp_type('connect_pads')
class PadConnection:
- type: AtomChoice(Atom.thru_hole_only, Atom.full, Atom.no) = None
+ type: AtomChoice(Atom.yes, Atom.thru_hole_only, Atom.full, Atom.no) = None
clearance: Named(float) = 0