Forráskód Böngészése

- fixed a small typo in TclCommandCopperCLear

Marius Stanciu 6 éve
szülő
commit
7f3e3cb061
2 módosított fájl, 2 hozzáadás és 1 törlés
  1. 1 0
      README.md
  2. 1 1
      tclCommands/TclCommandCopperClear.py

+ 1 - 0
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
 

+ 1 - 1
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,