Fix rs274x to excellon conversion
This commit is contained in:
parent
45d41af3aa
commit
748ab7ccf2
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ class GerberFile(CamFile):
|
|||
# TODO add tests for this
|
||||
self.apertures = [ aperture.dilated(offset, unit) for aperture in self.apertures ]
|
||||
|
||||
offset_circle = CircleAperture(offset, unit=unit)
|
||||
offset_circle = apertures.CircleAperture(offset, unit=unit)
|
||||
self.apertures.append(offset_circle)
|
||||
|
||||
new_primitives = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue