From 7341e089dd9f63826ea2e0353a950cfdb16f311f Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Tue, 10 Sep 2019 12:50:20 +0300 Subject: [PATCH] - fixed an object used before declaring it in NCC Tool - Area option --- README.md | 1 + flatcamTools/ToolNonCopperClear.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 6d40ed27..ad642353 100644 --- a/README.md +++ b/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 diff --git a/flatcamTools/ToolNonCopperClear.py b/flatcamTools/ToolNonCopperClear.py index 4b7a8a2e..bdd1a389 100644 --- a/flatcamTools/ToolNonCopperClear.py +++ b/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