- fixed borderline bug in Gerber editor when the edited Gerber object last aperture is a aperture without size (Aperture Macro)
- improved the loading of a Gerber object in the Gerber Editor - updated translation strings
This commit is contained in:
@@ -293,6 +293,7 @@ class Gerber(Geometry):
|
||||
|
||||
if apertureType in self.aperture_macros:
|
||||
self.apertures[apid] = {"type": "AM",
|
||||
# "size": 0.0,
|
||||
"macro": self.aperture_macros[apertureType],
|
||||
"modifiers": paramList}
|
||||
return apid
|
||||
|
||||
Reference in New Issue
Block a user