Commit 5385e8c5 authored by Pietro Saccardi's avatar Pietro Saccardi
Browse files

Filletting the big pads

parent 0e7bb9ab
Loading
Loading
Loading
Loading
+175 −80

File changed.

Preview size limit exceeded, changes collapsed.

+2 −0
Original line number Diff line number Diff line
@@ -274,6 +274,8 @@ class Illuminator(object):
                outline.AppendCorner(vertex.x, vertex.y)
        if getattr(outline, 'CloseLastContour', None) is not None:
            outline.CloseLastContour()
        area.SetCornerRadius(pcbnew.FromMM(DEFAULT_TRACK_WIDTH_MM / 2.))
        area.SetCornerSmoothingType(pcb.ZONE_SETTINGS.SMOOTHING_FILLET)
        area.BuildFilledSolidAreasPolygons(self.board)
        return area