- modified the TclCommand DrillCncJob to have as parameter a list of tool diameters to be drilled instead of tool indexes

This commit is contained in:
Marius Stanciu
2019-09-11 21:40:18 +03:00
committed by Marius
parent 7af96faef6
commit 90b9e2da05
5 changed files with 80 additions and 12 deletions

View File

@@ -19,6 +19,7 @@ CAD program, and create G-Code for Isolation routing.
- 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 diameters to be milled instead of tool indexes
- fixed issue #302 where a copied object lost all the tools
- modified the TclCommand DrillCncJob to have as parameter a list of tool diameters to be drilled instead of tool indexes
10.09.2019