- fixed typo in Gerber parser

This commit is contained in:
Marius Stanciu
2021-06-21 23:58:23 +03:00
committed by Marius
parent 277d5e4440
commit 71206b52f3
2 changed files with 2 additions and 1 deletions

View File

@@ -1529,7 +1529,7 @@ class Gerber(Geometry):
]
valid = False
self.app.self.app.log.debug("I: %f J: %f" % (i, j))
self.app.log.debug("I: %f J: %f" % (i, j))
for center in center_candidates:
radius = np.sqrt(i ** 2 + j ** 2)