- fixed an object used before declaring it in NCC Tool - Area option
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user