|
|
@@ -835,7 +835,8 @@ class Gerber(Geometry):
|
|
|
# --- Buffered ---
|
|
|
geo_dict = dict()
|
|
|
if current_aperture in self.apertures:
|
|
|
- buff_value = float(self.apertures[current_aperture]['size']) / 2.0
|
|
|
+ # the following line breaks loading of Circuit Studio Gerber files
|
|
|
+ # buff_value = float(self.apertures[current_aperture]['size']) / 2.0
|
|
|
# region_geo = Polygon(path).buffer(buff_value, int(self.steps_per_circle))
|
|
|
region_geo = Polygon(path) # Sprint Layout Gerbers with ground fill are crashed with above
|
|
|
else:
|