This commit is contained in:
Jean-Samuel Reynaud
2021-07-06 11:44:47 +02:00
parent 196609ff6b
commit 3e5e1b5f66
2 changed files with 30 additions and 16 deletions

View File

@ -59,7 +59,7 @@ class FillAreaAction(pcbnew.ActionPlugin):
# a.m_DrillMM.SetValue("0.3")
# a.m_Netname.SetValue("GND")
# a.m_ClearanceMM.SetValue("0.2")
a.m_Star.SetValue(True)
# a.m_Star.SetValue(True)
a.m_bitmapStitching.SetBitmap(wx.Bitmap(os.path.join(os.path.dirname(os.path.realpath(__file__)), "stitching-vias-help.png")))
self.board = pcbnew.GetBoard()
self.boardDesignSettings = self.board.GetDesignSettings()