Make sure apertures get a unit
This commit is contained in:
parent
5df38c014f
commit
d274b0823d
1 changed files with 1 additions and 0 deletions
|
|
@ -448,6 +448,7 @@ class GerberParser(object):
|
|||
else:
|
||||
aperture = self.macros[shape].build(modifiers)
|
||||
|
||||
aperture.units = self.settings.units
|
||||
self.apertures[d] = aperture
|
||||
|
||||
def _evaluate_mode(self, stmt):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue