From ae8111bf59a1afde356d779f7f9dddf6a49c8837 Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Thu, 25 Apr 2019 01:52:29 +0300 Subject: [PATCH] - wip --- flatcamTools/ToolSilk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatcamTools/ToolSilk.py b/flatcamTools/ToolSilk.py index 97fdca52..aa8f79bb 100644 --- a/flatcamTools/ToolSilk.py +++ b/flatcamTools/ToolSilk.py @@ -197,7 +197,7 @@ class ToolSilk(FlatCAMTool): new_solid_geometry.append(geo_silk) try: - while True: + while not self.new_apertures[aperture_id]['solid_geometry']: self.new_apertures[aperture_id]['solid_geometry'] = new_solid_geometry time.sleep(0.1) except: