From 7f3e3cb0615871d92961cc719d82404c32952fdf Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Tue, 10 Sep 2019 04:37:00 +0300 Subject: [PATCH] - fixed a small typo in TclCommandCopperCLear --- README.md | 1 + tclCommands/TclCommandCopperClear.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eca3b61c..b7e1614b 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ CAD program, and create G-Code for Isolation routing. 10.09.2019 - made isolation threaded +- fixed a small typo in TclCommandCopperCLear 9.09.2019 diff --git a/tclCommands/TclCommandCopperClear.py b/tclCommands/TclCommandCopperClear.py index 74b5a9bf..552ab393 100644 --- a/tclCommands/TclCommandCopperClear.py +++ b/tclCommands/TclCommandCopperClear.py @@ -214,7 +214,7 @@ class TclCommandCopperClear(TclCommand): if 'all' in args and args['all'] == 1: self.app.ncclear_tool.clear_copper(ncc_obj=obj, select_method='itself', - tooldia=tooldia, + ncctooldia=tooldia, overlap=overlap, order=order, margin=margin,