- fixes in Panelize and Cutout Tool (Panelize has issues when exporting Gerber with aperture macros)

This commit is contained in:
Marius Stanciu
2021-01-17 23:25:23 +02:00
committed by Marius
parent 00a1b72553
commit 671b99912d
4 changed files with 21 additions and 3 deletions

View File

@@ -719,6 +719,7 @@ class Gerber(Geometry):
match = self.tool_re.search(gline)
if match:
current_aperture = match.group(1)
# self.app.log.debug("Line %d: Aperture change to (%s)" % (line_num, current_aperture))
# If the aperture value is zero then make it something quite small but with a non-zero value