- Fix ViaStitching to follow change in python API

- Adding the circular zone tools
This commit is contained in:
Jean-Samuel Reynaud
2017-06-26 11:50:45 +02:00
parent 31626d6dcd
commit 35f89092d2
11 changed files with 993 additions and 4 deletions

View File

@ -372,7 +372,7 @@ class FillArea:
self.PrintRect(rectangle)
# Same job with existing text
for draw in self.pcb.m_Drawings:
for draw in self.pcb.DrawingsList():
if (draw.GetClass() == 'PTEXT' and
self.pcb.GetLayerID(draw.GetLayerName()) in (F_Cu, B_Cu)):
inter = float(self.clearance + self.size)