Porting to via creation in master branch (target: v6)
Know issues - Unable to delete VIA (since The old method - used in 5.1 - don't work anymore) - Via are invisible after plugin run. Need to save and reopen file to see them
This commit is contained in:
@ -65,7 +65,7 @@ class FillAreaAction(pcbnew.ActionPlugin):
|
||||
self.boardDesignSettings = self.board.GetDesignSettings()
|
||||
a.m_SizeMM.SetValue(str(pcbnew.ToMM(self.boardDesignSettings.GetCurrentViaSize())))
|
||||
a.m_DrillMM.SetValue(str(pcbnew.ToMM(self.boardDesignSettings.GetCurrentViaDrill())))
|
||||
a.m_ClearanceMM.SetValue(str(pcbnew.ToMM(self.boardDesignSettings.GetDefault().GetClearance())))
|
||||
a.m_ClearanceMM.SetValue(str(pcbnew.ToMM(self.boardDesignSettings.GetSmallestClearanceValue())))
|
||||
a.SetMinSize(a.GetSize())
|
||||
|
||||
PopulateNets("GND", a)
|
||||
|
Reference in New Issue
Block a user