- 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:
Marius Stanciu
2020-11-02 22:55:07 +02:00
committed by Marius
parent 4f9bb918d5
commit 334e2e1b91
22 changed files with 3107 additions and 3036 deletions

View File

@@ -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