Skip to content

Commit

Permalink
fix: add support to v7 #81
Browse files Browse the repository at this point in the history
  • Loading branch information
bennymeg committed Aug 19, 2023
1 parent 6567a9d commit 6f1426d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def generate_gerber(self, temp_dir):
'''Generate the Gerber files.'''
settings = self.board.GetDesignSettings()
settings.m_SolderMaskMargin = 50000
settings.m_SolderMaskToCopperClearance = 5000
settings.m_SolderMaskMinWidth = 0

plot_controller = pcbnew.PLOT_CONTROLLER(self.board)
Expand Down

0 comments on commit 6f1426d

Please sign in to comment.