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

This commit is contained in:
Marius Stanciu 2019-09-10 12:50:20 +03:00
parent 02be0b8510
commit 7341e089dd
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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