Skip to content

Commit

Permalink
Added ZONE_FILLER
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Jan 3, 2024
1 parent 2592a36 commit 541519d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pcbnew.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@ def FromMM(val):
def ToMM(val):
return 0

class ZONE_FILLER(object):
def __init__():
pass

F_Cu = B_Cu = F_Adhes = B_Adhes = F_Paste = B_Paste = F_SilkS = B_SilkS = F_Mask = B_Mask = Dwgs_User = 0
Cmts_User = Eco1_User = Eco2_User = Edge_Cuts = Margin = F_CrtYd = B_CrtYd = F_Fab = B_Fab = 0

0 comments on commit 541519d

Please sign in to comment.