Sfoglia il codice sorgente

- fixed an object used before declaring it in NCC Tool - Area option

Marius Stanciu 6 anni fa
parent
commit
7341e089dd
2 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 1 0
      README.md
  2. 2 0
      flatcamTools/ToolNonCopperClear.py

+ 1 - 0
README.md

@@ -14,6 +14,7 @@ CAD program, and create G-Code for Isolation routing.
 - made isolation threaded
 - fixed a small typo in TclCommandCopperCLear
 - made changing the Plot kind in CNCJob selected tab, threaded
+- fixed an object used before declaring it in NCC Tool - Area option
 
 9.09.2019
 

+ 2 - 0
flatcamTools/ToolNonCopperClear.py

@@ -1354,6 +1354,8 @@ class NonCopperClear(FlatCAMTool, Gerber):
         # determine if to use the progressive plotting
         if self.app.defaults["tools_ncc_plotting"] == 'progressive':
             prog_plot = True
+        else:
+            prog_plot = False
 
         if tools_storage is not None:
             tools_storage = tools_storage