Skip to content

Commit

Permalink
no copper for NPTH
Browse files Browse the repository at this point in the history
  • Loading branch information
crides committed Sep 8, 2021
1 parent 1a91623 commit c4e0e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KicadModTree/nodes/base/Pad.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ class Pad(Node):

LAYERS_SMT = ['F.Cu', 'F.Mask', 'F.Paste']
LAYERS_THT = ['*.Cu', '*.Mask']
LAYERS_NPTH = ['*.Cu', '*.Mask']
LAYERS_NPTH = ['*.Mask']
LAYERS_CONNECT_FRONT = ['F.Cu', 'F.Mask']
LAYERS_CONNECT_BACK = ['B.Cu', 'B.Mask']

Expand Down

0 comments on commit c4e0e57

Please sign in to comment.