- changed the resulting object name from TclCommand MillSlots

This commit is contained in:
Marius Stanciu
2019-09-11 17:51:56 +03:00
parent 0fc3743e91
commit dce347d9be
2 changed files with 2 additions and 2 deletions

View File

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