- restored some changes in camlib.Gerber (the last_path_aperture value changed in G02/G03 parsing)

This commit is contained in:
Marius Stanciu 2019-05-11 19:31:23 +03:00
parent 71f094bba5
commit 3565a39918
1 changed files with 2 additions and 2 deletions

View File

@ -2932,7 +2932,7 @@ class Gerber (Geometry):
# Append
path += this_arc
# last_path_aperture = current_aperture
last_path_aperture = current_aperture
continue
@ -2982,7 +2982,7 @@ class Gerber (Geometry):
current_x, current_y = circular_x, circular_y
path += this_arc
# last_path_aperture = current_aperture
last_path_aperture = current_aperture
valid = True
break