Kicad: add missing zone connection Atom

This commit is contained in:
jaseg 2024-07-19 19:23:20 +02:00
parent cbe8dfa252
commit fd63c44314

View file

@ -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