- fixed an issue that made the preprocessors comboxes in Preferences not to load and display the saved value fro the file

- some PEP8 corrections
This commit is contained in:
Marius Stanciu
2020-05-05 01:39:01 +03:00
committed by Marius
parent 33f4b42ea3
commit ed105eecad
5 changed files with 129 additions and 110 deletions

View File

@@ -1115,6 +1115,7 @@ class ExcellonObject(FlatCAMObj, Excellon):
else:
geo_obj.solid_geometry.append(
Point(hole['point']).buffer(buffer_value).exterior)
if use_thread:
def geo_thread(app_obj):
app_obj.new_object("geometry", outname, geo_init, plot=plot)