- started to work in adding slots and slots array in Excellon Editor

This commit is contained in:
Marius Stanciu
2019-08-13 16:39:21 +03:00
committed by Marius
parent 13a29a229d
commit 3905e11171
4 changed files with 572 additions and 2 deletions

View File

@@ -530,7 +530,7 @@ class FCPadArray(FCShapeTool):
)
if 'follow' in geo_el:
new_geo_el['follow'] = affinity.translate(
geo_el['solid'], xoff=(dx - self.last_dx), yoff=(dy - self.last_dy)
geo_el['follow'], xoff=(dx - self.last_dx), yoff=(dy - self.last_dy)
)
geo_el_list.append(new_geo_el)