Explorar o código

- changed the resulting object name from TclCommand MillSlots

Marius Stanciu %!s(int64=6) %!d(string=hai) anos
pai
achega
dce347d9be
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      README.md
  2. 1 1
      tclCommands/TclCommandMillSlots.py

+ 1 - 1
README.md

@@ -17,7 +17,7 @@ CAD program, and create G-Code for Isolation routing.
 - updated code in self.on_view_source() to make it more responsive
 - fixed the TclCommand MillHoles
 - changed the name of TclCommand MillHoles to MillDrills and added a new TclCommand named MillSlots
-- modified the MillDrills and MillSlots TclCommands to accept as parameter a list of tool dimaeters to be milled instead of tool indexes
+- modified the MillDrills and MillSlots TclCommands to accept as parameter a list of tool diameters to be milled instead of tool indexes
 
 10.09.2019
 

+ 1 - 1
tclCommands/TclCommandMillSlots.py

@@ -55,7 +55,7 @@ class TclCommandMillSlots(TclCommandSignaled):
         name = args['name']
 
         if 'outname' not in args:
-            args['outname'] = name + "_mill"
+            args['outname'] = name + "_mill_slots"
 
         try:
             obj = self.app.collection.get_by_name(str(name))