Kicad: add missing zone connection Atom
This commit is contained in:
parent
cbe8dfa252
commit
fd63c44314
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue